Uses of Class
org.apache.druid.java.util.common.parsers.JSONPathFieldSpec
Packages that use JSONPathFieldSpec
-
Uses of JSONPathFieldSpec in org.apache.druid.java.util.common.parsers
Methods in org.apache.druid.java.util.common.parsers that return JSONPathFieldSpecModifier and TypeMethodDescriptionstatic JSONPathFieldSpecJSONPathFieldSpec.createJqField(String name, String expr) static JSONPathFieldSpecJSONPathFieldSpec.createNestedField(String name, String expr) static JSONPathFieldSpecJSONPathFieldSpec.createRootField(String name) static JSONPathFieldSpecJSONPathFieldSpec.createTreeField(String name, List<String> nodes) static JSONPathFieldSpecJSONPathFieldSpec.fromString(String name) Methods in org.apache.druid.java.util.common.parsers that return types with arguments of type JSONPathFieldSpecConstructor parameters in org.apache.druid.java.util.common.parsers with type arguments of type JSONPathFieldSpecModifierConstructorDescriptionJSONPathSpec(Boolean useFieldDiscovery, List<JSONPathFieldSpec> fields)