- All Superinterfaces:
- ToXContent
An interface allowing to transfer an object to "XContent" using an
 
XContentBuilder. The difference between ToXContentFragment
 and ToXContentObject is that the former outputs a fragment that
 requires to start and end a new anonymous object externally, while the latter
 guarantees that what gets printed out is fully valid syntax without any
 external addition.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContentToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
- 
Field SummaryFields inherited from interface org.elasticsearch.xcontent.ToXContentEMPTY, EMPTY_PARAMS
- 
Method SummaryMethods inherited from interface org.elasticsearch.xcontent.ToXContenttoXContent
- 
Method Details- 
isFragmentdefault boolean isFragment()- Specified by:
- isFragmentin interface- ToXContent
 
 
-