Module org.elasticsearch.xcontent
Package org.elasticsearch.xcontent.spi
Interface XContentProvider.FormatProvider
- Enclosing interface:
- XContentProvider
public static interface XContentProvider.FormatProvider
A provider of a specific content format, e.g. JSON
-
Method Summary
Modifier and TypeMethodDescriptionReturns aXContentBuilder
for building the format specific content.XContent()
Returns an instance of the format specific content.
-
Method Details
-
getContentBuilder
Returns aXContentBuilder
for building the format specific content.- Throws:
IOException
-
XContent
XContent XContent()Returns an instance of the format specific content.
-