public class YamlXContentParser extends JsonXContentParser
XContentParser.NumberType, XContentParser.Token
DEFAULT_NUMBER_COEERCE_POLICY
Constructor and Description |
---|
YamlXContentParser(com.fasterxml.jackson.core.JsonParser parser) |
Modifier and Type | Method and Description |
---|---|
XContentType |
contentType() |
binaryValue, close, currentName, currentToken, doBooleanValue, doDoubleValue, doFloatValue, doIntValue, doLongValue, doShortValue, estimatedNumberType, hasTextCharacters, nextToken, numberType, numberValue, objectBytes, objectText, skipChildren, text, textCharacters, textLength, textOffset, utf8Bytes
booleanValue, bytes, bytesOrNull, doubleValue, doubleValue, floatValue, floatValue, intValue, intValue, isBooleanValue, longValue, longValue, map, mapAndClose, mapOrdered, mapOrderedAndClose, shortValue, shortValue, textOrNull, utf8BytesOrNull
public YamlXContentParser(com.fasterxml.jackson.core.JsonParser parser)
public XContentType contentType()
contentType
in interface XContentParser
contentType
in class JsonXContentParser
Copyright © 2009–2015. All rights reserved.