Uses of Class
org.apache.druid.java.util.common.parsers.JSONPathFieldSpec
-
Packages that use JSONPathFieldSpec Package Description org.apache.druid.java.util.common.parsers -
-
Uses of JSONPathFieldSpec in org.apache.druid.java.util.common.parsers
Methods in org.apache.druid.java.util.common.parsers that return JSONPathFieldSpec Modifier and Type Method Description static 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 JSONPathFieldSpec Modifier and Type Method Description List<JSONPathFieldSpec>JSONPathSpec. getFields()Constructor parameters in org.apache.druid.java.util.common.parsers with type arguments of type JSONPathFieldSpec Constructor Description JSONPathSpec(Boolean useFieldDiscovery, List<JSONPathFieldSpec> fields)
-