Class JSONPathFieldSpec
java.lang.Object
org.apache.druid.java.util.common.parsers.JSONPathFieldSpec
-
Constructor Summary
ConstructorsConstructorDescriptionJSONPathFieldSpec(JSONPathFieldType type, String name, String expr) JSONPathFieldSpec(JSONPathFieldType type, String name, String expr, List<String> nodes) -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONPathFieldSpeccreateJqField(String name, String expr) static JSONPathFieldSpeccreateNestedField(String name, String expr) static JSONPathFieldSpeccreateRootField(String name) static JSONPathFieldSpeccreateTreeField(String name, List<String> nodes) booleanstatic JSONPathFieldSpecfromString(String name) static StringgetCompilePath(String expr) getExpr()getName()getNodes()getType()inthashCode()toString()
-
Constructor Details
-
JSONPathFieldSpec
-
JSONPathFieldSpec
-
-
Method Details