Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORReadContext
Packages that use CBORReadContext
-
Uses of CBORReadContext in com.fasterxml.jackson.dataformat.cbor
Fields in com.fasterxml.jackson.dataformat.cbor declared as CBORReadContextModifier and TypeFieldDescriptionprotected CBORReadContext
CBORReadContext._child
protected final CBORReadContext
CBORReadContext._parent
Parent context for this context; null for root context.protected CBORReadContext
CBORParser._streamReadContext
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 CBORReadContextModifier and TypeMethodDescriptionCBORReadContext.createChildArrayContext
(int expEntryCount) CBORReadContext.createChildObjectContext
(int expEntryCount) static CBORReadContext
CBORReadContext.createRootContext
(com.fasterxml.jackson.core.json.DupDetector dups) CBORReadContext.getParent()
CBORParser.getParsingContext()
Constructors in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORReadContextModifierConstructorDescriptionCBORReadContext
(CBORReadContext parent, com.fasterxml.jackson.core.json.DupDetector dups, int type, int expEntryCount)