Modifier and Type | Field and 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).
|
Modifier and Type | Method and 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() |
Constructor and Description |
---|
CBORReadContext(CBORReadContext parent,
com.fasterxml.jackson.core.json.DupDetector dups,
int type,
int expEntryCount) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.