public interface FromXContentBuilder<T>
StreamableReader does, only it works with XContent serialization
instead of binary serialization.| Modifier and Type | Method and Description |
|---|---|
T |
fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher)
Parses an object with the type T from parser
|
T fromXContent(XContentParser parser, ParseFieldMatcher parseFieldMatcher) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.