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 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 com.fasterxml.jackson.dataformat.cbor that return CBORReadContextModifier and TypeMethodDescriptionCBORReadContext.createChildArrayContext(int expEntryCount) CBORReadContext.createChildObjectContext(int expEntryCount) static CBORReadContextCBORReadContext.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)