Uses of Class
org.apache.druid.java.util.common.parsers.JSONPathFieldType
-
Packages that use JSONPathFieldType Package Description org.apache.druid.java.util.common.parsers -
-
Uses of JSONPathFieldType in org.apache.druid.java.util.common.parsers
Methods in org.apache.druid.java.util.common.parsers that return JSONPathFieldType Modifier and Type Method Description static JSONPathFieldTypeJSONPathFieldType. fromString(String name)JSONPathFieldTypeJSONPathFieldSpec. getType()static JSONPathFieldTypeJSONPathFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static JSONPathFieldType[]JSONPathFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.java.util.common.parsers with parameters of type JSONPathFieldType Constructor Description JSONPathFieldSpec(JSONPathFieldType type, String name, String expr)JSONPathFieldSpec(JSONPathFieldType type, String name, String expr, List<String> nodes)
-