Package | Description |
---|---|
com.fasterxml.jackson.dataformat.cbor |
Modifier and Type | Field and Description |
---|---|
protected CBORWriteContext |
CBORWriteContext._childToRecycle |
protected CBORWriteContext |
CBORWriteContext._parent
Parent context for this context; null for root context.
|
protected CBORWriteContext |
CBORGenerator._streamWriteContext |
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 would
getParent() 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 © 2021 FasterXML. All rights reserved.