Uses of Interface
org.elasticsearch.common.xcontent.ContextParser
-
Packages that use ContextParser Package Description org.elasticsearch.client.ml.job.config org.elasticsearch.common.xcontent org.elasticsearch.ingest org.elasticsearch.tasks -
-
Uses of ContextParser in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return ContextParser Modifier and Type Method Description static ContextParser<Void,RuleScope>RuleScope. parser() -
Uses of ContextParser in org.elasticsearch.common.xcontent
Classes in org.elasticsearch.common.xcontent that implement ContextParser Modifier and Type Class Description classAbstractObjectParser<Value,Context>Superclass forObjectParserandConstructingObjectParser.classConstructingObjectParser<Value,Context>LikeObjectParserbut works with objects that have constructors whose arguments are mixed in with its other settings.classObjectParser<Value,Context>A declarative, stateless parser that turns XContent into setter calls.Methods in org.elasticsearch.common.xcontent with parameters of type ContextParser Modifier and Type Method Description 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)<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<T> voidAbstractObjectParser. declareObject(BiConsumer<Value,T> consumer, ContextParser<Context,T> objectParser, ParseField field)<T> voidAbstractObjectParser. declareObjectArray(BiConsumer<Value,List<T>> consumer, ContextParser<Context,T> objectParser, ParseField field)Constructors in org.elasticsearch.common.xcontent with parameters of type ContextParser Constructor Description Entry(Class<T> categoryClass, ParseField name, ContextParser<Object,? extends T> parser)Creates a new entry which can be stored by the registry. -
Uses of ContextParser in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return ContextParser Modifier and Type Method Description static ContextParser<Void,PipelineConfiguration>PipelineConfiguration. getParser() -
Uses of ContextParser in org.elasticsearch.tasks
Methods in org.elasticsearch.tasks that return ContextParser Modifier and Type Method Description static ContextParser<Void,TaskId>TaskId. parser()
-