Uses of Class
tools.jackson.dataformat.cbor.CBORReadContext
Packages that use CBORReadContext
-
Uses of CBORReadContext in tools.jackson.dataformat.cbor
Fields in tools.jackson.dataformat.cbor declared as CBORReadContextModifier and TypeFieldDescriptionprotected CBORReadContextCBORReadContext._childprotected final CBORReadContextCBORReadContext._parentParent context for this context; null for root context.protected CBORReadContextCBORParser._streamReadContextInformation about parser context, context in which the next token is to be parsed (root, array, object).Methods in tools.jackson.dataformat.cbor that return CBORReadContextModifier and TypeMethodDescriptionCBORReadContext.createChildArrayContext(int expEntryCount) CBORReadContext.createChildObjectContext(int expEntryCount) static CBORReadContextCBORReadContext.createRootContext(tools.jackson.core.json.DupDetector dups) CBORReadContext.getParent()Constructors in tools.jackson.dataformat.cbor with parameters of type CBORReadContextModifierConstructorDescriptionCBORReadContext(CBORReadContext parent, tools.jackson.core.json.DupDetector dups, int type, int expEntryCount)