| Interface | Description |
|---|---|
| FromXContentBuilder<T> |
Indicates that the class supports XContent deserialization.
|
| StatusToXContent | |
| ToXContent |
An interface allowing to transfer an object to "XContent" using an
XContentBuilder. |
| ToXContent.Params | |
| XContent |
A generic abstraction on top of handling content, inspired by JSON and pull parsing.
|
| XContentGenerator | |
| XContentParser |
Interface for pull - parsing
XContent see XContentType for supported types. |
| Class | Description |
|---|---|
| ToXContent.DelegatingMapParams | |
| ToXContent.MapParams | |
| XContentBuilder | |
| XContentBuilderString | |
| XContentFactory |
A one stop to use
XContent and XContentBuilder. |
| XContentHelper | |
| XContentLocation |
Simple data structure representing the line and column number of a position
in some XContent e.g.
|
| XContentString |
| Enum | Description |
|---|---|
| XContentBuilder.FieldCaseConversion | |
| XContentParser.NumberType | |
| XContentParser.Token | |
| XContentType |
The content type of
XContent. |
Copyright © 2009–2017. All rights reserved.