Uses of Class
org.elasticsearch.common.xcontent.ObjectParser.ValueType
-
Packages that use ObjectParser.ValueType Package Description org.elasticsearch.common.xcontent -
-
Uses of ObjectParser.ValueType in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that return ObjectParser.ValueType Modifier and Type Method Description static ObjectParser.ValueTypeObjectParser.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectParser.ValueType[]ObjectParser.ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.common.xcontent with parameters of type ObjectParser.ValueType Modifier and Type Method Description <T> voidAbstractObjectParser. declareField(BiConsumer<Value,T> consumer, CheckedFunction<XContentParser,T,IOException> parser, ParseField parseField, ObjectParser.ValueType type)abstract <T> voidAbstractObjectParser. declareField(BiConsumer<Value,T> consumer, ContextParser<Context,T> parser, ParseField parseField, ObjectParser.ValueType type)Declare some field.<T> voidConstructingObjectParser. declareField(BiConsumer<Value,T> consumer, ContextParser<Context,T> parser, ParseField parseField, ObjectParser.ValueType type)<T> voidObjectParser. declareField(BiConsumer<Value,T> consumer, ContextParser<Context,T> parser, ParseField parseField, ObjectParser.ValueType type)voidObjectParser. declareField(ObjectParser.Parser<Value,Context> p, ParseField parseField, ObjectParser.ValueType type)<T> voidAbstractObjectParser. declareFieldArray(BiConsumer<Value,List<T>> consumer, ContextParser<Context,T> itemParser, ParseField field, ObjectParser.ValueType type)Declares a field that can contain an array of elements listed in the type ValueType enum
-