| Interface | Description |
|---|---|
| StatusToXContentObject |
Objects that can both render themselves in as json/yaml/etc and can provide a
RestStatus for their response. |
| Class | Description |
|---|---|
| LoggingDeprecationHandler |
Logs deprecations to the
DeprecationLogger. |
| ObjectParserHelper<Value,Context> |
This class provides helpers for
ObjectParser that allow dealing with
classes outside of the xcontent dependencies. |
| ParseFieldRegistry<T> |
Registry for looking things up using ParseField semantics.
|
| XContentElasticsearchExtension |
SPI extensions for Elasticsearch-specific classes (like the Lucene or Joda
dependency classes) that need to be encoded by
XContentBuilder in a
specific way. |
| XContentHelper | |
| XContentParserUtils |
A set of static methods to get
XContentParser.Token from XContentParser
while checking for their types and throw ParsingException if needed. |
| Exception | Description |
|---|---|
| UnknownNamedObjectException |
Thrown when
NamedXContentRegistry.parseNamedObject(Class, String, XContentParser, Object) is called with an unregistered
name. |