Package org.elasticsearch.common.xcontent
package org.elasticsearch.common.xcontent
-
Interface SummaryInterfaceDescriptionObjects that can both render themselves in as json/yaml/etc and can provide a
RestStatusfor their response. -
Class SummaryClassDescriptionLogs deprecations to the
DeprecationLogger.ObjectParserHelper<Value,Context>This class provides helpers forObjectParserthat allow dealing with classes outside of the xcontent dependencies.Registry for looking things up using ParseField semantics.SPI extensions for Elasticsearch-specific classes (like the Lucene or Joda dependency classes) that need to be encoded byXContentBuilderin a specific way.A set of static methods to getXContentParser.TokenfromXContentParserwhile checking for their types and throwParsingExceptionif needed.