All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractObjectParser<Value,Context> Superclass forObjectParser
andConstructingObjectParser
.AbstractXContentParser CborXContent A CBOR based content implementation using Jackson.CborXContentGenerator CborXContentParser ConstructingObjectParser<Value,Context> LikeObjectParser
but works with objects that have constructors whose arguments are mixed in with its other settings.ContextParser<Context,T> Reads an object from a parser using some context.DeprecationHandler Callback for notifying the creator of theXContentParser
that parsing hit a deprecated field.FilterPath FilterPathBasedFilter JsonXContent A JSON based content implementation using Jackson.JsonXContentGenerator JsonXContentParser NamedObjectNotFoundException Thrown whenNamedXContentRegistry
cannot locate a named object to parse for a particular nameNamedXContentRegistry NamedXContentRegistry.Entry An entry in the NamedXContentRegistry containing the name of the object and the parser that can parse it.ObjectParser<Value,Context> A declarative, stateless parser that turns XContent into setter calls.ObjectParser.NamedObjectParser<T,Context> Functional interface for instantiating and parsing named objects.ObjectParser.Parser<Value,Context> ObjectParser.ValueType ObjectPath Helper class to navigate nested objects using dot notationParseField Holds a field that can be found in a request while parsing and its different variants, which may be deprecated.ParseField.CommonFields SmileXContent A Smile based content implementation using Jackson.SmileXContentGenerator SmileXContentParser ToXContent An interface allowing to transfer an object to "XContent" using anXContentBuilder
.ToXContent.DelegatingMapParams ToXContent.MapParams ToXContent.Params ToXContentFragment An interface allowing to transfer an object to "XContent" using anXContentBuilder
.ToXContentObject An interface allowing to transfer an object to "XContent" using anXContentBuilder
.XContent A generic abstraction on top of handling content, inspired by JSON and pull parsing.XContentBuilder A utility to build XContent (ie json).XContentBuilder.HumanReadableTransformer Interface for transforming complex objects into their "raw" equivalents for human-readable fieldsXContentBuilder.Writer XContentBuilderExtension This interface provides a way for non-JDK classes to plug in a way to serialize to xcontent.XContentFactory A one stop to useXContent
andXContentBuilder
.XContentGenerator XContentLocation Simple data structure representing the line and column number of a position in some XContent e.g.XContentParseException Thrown when one of the XContent parsers cannot parse something.XContentParser Interface for pull - parsingXContent
seeXContentType
for supported types.XContentParser.NumberType XContentParser.Token XContentSubParser Wrapper for a XContentParser that makes a single object to look like a complete document.XContentType The content type ofXContent
.XContentUtils YamlXContent A YAML based content implementation using Jackson.YamlXContentGenerator YamlXContentParser