java.io.Closeable, java.lang.AutoCloseable, XContentParserpublic class CborXContentParser extends JsonXContentParser
XContentParser.NumberType, XContentParser.TokenDEFAULT_NUMBER_COERCE_POLICY| Constructor | Description |
|---|---|
CborXContentParser(NamedXContentRegistry xContentRegistry,
DeprecationHandler deprecationHandler,
com.fasterxml.jackson.core.JsonParser parser) |
| Modifier and Type | Method | Description |
|---|---|---|
XContentType |
contentType() |
booleanValue, booleanValueLenient, charBufferOrNull, doubleValue, doubleValue, floatValue, floatValue, getDeprecationHandler, getXContentRegistry, intValue, intValue, isBooleanValue, isBooleanValueLenient, list, listOrderedMap, longValue, longValue, map, mapOrdered, mapStrings, mapStringsOrdered, namedObject, shortValue, shortValue, textOrNullbinaryValue, charBuffer, close, currentName, currentToken, doBooleanValue, doDoubleValue, doFloatValue, doIntValue, doLongValue, doShortValue, getTokenLocation, hasTextCharacters, isClosed, nextToken, numberType, numberValue, objectBytes, objectText, skipChildren, text, textCharacters, textLength, textOffsetpublic CborXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser)
public XContentType contentType()
contentType in interface XContentParsercontentType in class JsonXContentParser