Class YamlXContentParser
java.lang.Object
org.opensearch.core.xcontent.AbstractXContentParser
org.opensearch.common.xcontent.json.JsonXContentParser
org.opensearch.common.xcontent.yaml.YamlXContentParser
- All Implemented Interfaces:
Closeable,AutoCloseable,org.opensearch.core.xcontent.XContentParser
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.core.xcontent.XContentParser
org.opensearch.core.xcontent.XContentParser.NumberType, org.opensearch.core.xcontent.XContentParser.Token -
Field Summary
Fields inherited from class org.opensearch.core.xcontent.AbstractXContentParser
DEFAULT_NUMBER_COERCE_POLICY -
Constructor Summary
ConstructorsConstructorDescriptionYamlXContentParser(org.opensearch.core.xcontent.NamedXContentRegistry xContentRegistry, org.opensearch.core.xcontent.DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser) -
Method Summary
Methods inherited from class org.opensearch.common.xcontent.json.JsonXContentParser
binaryValue, charBuffer, close, currentName, currentToken, doBigIntegerValue, doBooleanValue, doDoubleValue, doFloatValue, doIntValue, doLongValue, doShortValue, getTokenLocation, hasTextCharacters, isClosed, nextToken, numberType, numberValue, objectBytes, objectText, skipChildren, text, textCharacters, textLength, textOffsetMethods inherited from class org.opensearch.core.xcontent.AbstractXContentParser
bigIntegerValue, bigIntegerValue, booleanValue, charBufferOrNull, doubleValue, doubleValue, floatValue, floatValue, getDeprecationHandler, getXContentRegistry, intValue, intValue, isBooleanValue, list, listOrderedMap, longValue, longValue, map, map, mapOrdered, mapStrings, namedObject, readValue, shortValue, shortValue, textOrNull
-
Constructor Details
-
YamlXContentParser
public YamlXContentParser(org.opensearch.core.xcontent.NamedXContentRegistry xContentRegistry, org.opensearch.core.xcontent.DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser)
-
-
Method Details
-
contentType
- Specified by:
contentTypein interfaceorg.opensearch.core.xcontent.XContentParser- Overrides:
contentTypein classJsonXContentParser
-