| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.cbor | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CBORWriteContext | CBORGenerator. _cborContext | 
| protected CBORWriteContext | CBORWriteContext. _childToRecycle | 
| protected CBORWriteContext | CBORWriteContext. _parentParent context for this context; null for root context. | 
| Modifier and Type | Method and Description | 
|---|---|
| CBORWriteContext | CBORWriteContext. clearAndGetParent()Method that can be used to both clear the accumulated references
 (specifically value set with  setCurrentValue(Object))
 that should not be retained, and returns parent (as wouldgetParent()do). | 
| CBORWriteContext | CBORWriteContext. createChildArrayContext(Object currentValue) | 
| CBORWriteContext | CBORWriteContext. createChildObjectContext(Object currentValue) | 
| static CBORWriteContext | CBORWriteContext. createRootContext(com.fasterxml.jackson.core.json.DupDetector dd) | 
| CBORWriteContext | CBORWriteContext. getParent() | 
| CBORWriteContext | CBORWriteContext. withDupDetector(com.fasterxml.jackson.core.json.DupDetector dups) | 
| Constructor and Description | 
|---|
| CBORWriteContext(int type,
                CBORWriteContext parent,
                com.fasterxml.jackson.core.json.DupDetector dups,
                Object currentValue) | 
Copyright © 2019 FasterXML. All rights reserved.