Module org.elasticsearch.server
Package org.elasticsearch.common.xcontent
package org.elasticsearch.common.xcontent
-
ClassDescriptionAn alternative to
ToXContentallowing for progressive serialization by creating anIteratorofToXContentchunks.Chunked equivalent ofToXContentObjectthat serializes as a full object.Logs deprecations to theDeprecationLogger.ObjectParserHelper<Value,Context> This class provides helpers forObjectParserthat allow dealing with classes outside of the xcontent dependencies.SPI extensions for Elasticsearch-specific classes (like the Lucene or Joda dependency classes) that need to be encoded byXContentBuilderin a specific way.AFunctionalInterfacethat can be used in order to customize map merges.A set of static methods to getXContentParser.TokenfromXContentParserwhile checking for their types and throwParsingExceptionif needed.