Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORReadContext
-
Packages that use CBORReadContext Package Description com.fasterxml.jackson.dataformat.cbor -
-
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 CBORReadContextCBORReadContext. _childprotected 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 CBORReadContext Modifier and Type Method Description CBORReadContextCBORReadContext. createChildArrayContext(int expEntryCount)CBORReadContextCBORReadContext. createChildObjectContext(int expEntryCount)static CBORReadContextCBORReadContext. createRootContext(com.fasterxml.jackson.core.json.DupDetector dups)CBORReadContextCBORReadContext. getParent()CBORReadContextCBORParser. 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)
-