Uses of Class
org.apache.druid.java.util.common.parsers.JSONPathSpec
Packages that use JSONPathSpec
-
Uses of JSONPathSpec in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return JSONPathSpecConstructors in org.apache.druid.data.input.impl with parameters of type JSONPathSpecModifierConstructorDescriptionJsonInputFormat(JSONPathSpec flattenSpec, Map<String, Boolean> featureSpec, Boolean keepNullColumns, boolean lineSplittable, Boolean assumeNewlineDelimited, Boolean useJsonNodeReader) JsonInputFormat(JSONPathSpec flattenSpec, Map<String, Boolean> featureSpec, Boolean keepNullColumns, Boolean assumeNewlineDelimited, Boolean useJsonNodeReader) JSONParseSpec(TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, JSONPathSpec flattenSpec, Map<String, Boolean> featureSpec, Boolean keepNullColumns) protectedNestedInputFormat(JSONPathSpec flattenSpec) -
Uses of JSONPathSpec in org.apache.druid.java.util.common.parsers
Fields in org.apache.druid.java.util.common.parsers declared as JSONPathSpecMethods in org.apache.druid.java.util.common.parsers with parameters of type JSONPathSpecModifier and TypeMethodDescriptionstatic <T> ObjectFlattener<T> ObjectFlatteners.create(JSONPathSpec flattenSpecInput, ObjectFlatteners.FlattenerMaker<T> flattenerMaker) Constructors in org.apache.druid.java.util.common.parsers with parameters of type JSONPathSpecModifierConstructorDescriptionJSONPathParser(JSONPathSpec flattenSpec, com.fasterxml.jackson.databind.ObjectMapper mapper, boolean keepNullColumns) Constructor