Uses of Enum
org.apache.druid.java.util.common.parsers.JSONPathFieldType
Packages that use JSONPathFieldType
-
Uses of JSONPathFieldType in org.apache.druid.java.util.common.parsers
Methods in org.apache.druid.java.util.common.parsers that return JSONPathFieldTypeModifier and TypeMethodDescriptionstatic JSONPathFieldTypeJSONPathFieldType.fromString(String name) JSONPathFieldSpec.getType()static JSONPathFieldTypeReturns 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 JSONPathFieldTypeModifierConstructorDescriptionJSONPathFieldSpec(JSONPathFieldType type, String name, String expr) JSONPathFieldSpec(JSONPathFieldType type, String name, String expr, List<String> nodes)