Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
-
Uses of CBORReadContext in com.fasterxml.jackson.dataformat.cbor
Fields in com.fasterxml.jackson.dataformat.cbor declared as CBORReadContext Modifier and Type Field Description protected CBORReadContext
CBORReadContext. _child
protected CBORReadContext
CBORReadContext. _parent
Parent context for this context; null for root context.protected CBORReadContext
CBORParser. _parsingContext
Information about parser context, context in which the next token is to be parsed (root, array, object).Methods in com.fasterxml.jackson.dataformat.cbor that return CBORReadContext Modifier and Type Method Description CBORReadContext
CBORReadContext. createChildArrayContext(int expEntryCount)
CBORReadContext
CBORReadContext. createChildObjectContext(int expEntryCount)
static CBORReadContext
CBORReadContext. createRootContext(com.fasterxml.jackson.core.json.DupDetector dups)
CBORReadContext
CBORReadContext. getParent()
CBORReadContext
CBORParser. getParsingContext()
Constructors in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORReadContext Constructor Description CBORReadContext(CBORReadContext parent, com.fasterxml.jackson.core.json.DupDetector dups, int type, int expEntryCount)
-