Uses of Interface
org.elasticsearch.common.xcontent.XContentBuilder.Writer
-
Packages that use XContentBuilder.Writer Package Description org.elasticsearch.common.xcontent -
-
Uses of XContentBuilder.Writer in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that return types with arguments of type XContentBuilder.Writer Modifier and Type Method Description Map<Class<?>,XContentBuilder.Writer>XContentBuilderExtension. getXContentWriters()Used for plugging in a generic writer for a class, for example, an example implementation:Map<Class<?>,XContentBuilder.Writer>XContentElasticsearchExtension. getXContentWriters()
-