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 SummaryModifier and TypeMethodDescriptionReturns aXContentBuilderfor building the format specific content.XContent()Returns an instance of the format specific content.
- 
Method Details- 
getContentBuilderReturns aXContentBuilderfor building the format specific content.- Throws:
- IOException
 
- 
XContentXContent XContent()Returns an instance of the format specific content.
 
-