Class JSONPathSpec
- java.lang.Object
-
- org.apache.druid.java.util.common.parsers.JSONPathSpec
-
public class JSONPathSpec extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static JSONPathSpecDEFAULT
-
Constructor Summary
Constructors Constructor Description JSONPathSpec(Boolean useFieldDiscovery, List<JSONPathFieldSpec> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<JSONPathFieldSpec>getFields()inthashCode()booleanisUseFieldDiscovery()StringtoString()
-
-
-
Field Detail
-
DEFAULT
public static final JSONPathSpec DEFAULT
-
-
Constructor Detail
-
JSONPathSpec
public JSONPathSpec(Boolean useFieldDiscovery, List<JSONPathFieldSpec> fields)
-
-
Method Detail
-
isUseFieldDiscovery
public boolean isUseFieldDiscovery()
-
getFields
public List<JSONPathFieldSpec> getFields()
-
-