Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORWriteContext
Packages that use CBORWriteContext
-
Uses of CBORWriteContext in com.fasterxml.jackson.dataformat.cbor
Fields in com.fasterxml.jackson.dataformat.cbor declared as CBORWriteContextModifier and TypeFieldDescriptionprotected CBORWriteContext
CBORWriteContext._childToRecycle
protected final CBORWriteContext
CBORWriteContext._parent
Parent context for this context; null for root context.protected CBORWriteContext
CBORGenerator._streamWriteContext
Methods in com.fasterxml.jackson.dataformat.cbor that return CBORWriteContextModifier and TypeMethodDescriptionCBORWriteContext.clearAndGetParent()
Method that can be used to both clear the accumulated references (specifically value set withsetCurrentValue(Object)
) that should not be retained, and returns parent (as wouldgetParent()
do).CBORWriteContext.createChildArrayContext
(Object currentValue) CBORWriteContext.createChildObjectContext
(Object currentValue) static CBORWriteContext
CBORWriteContext.createRootContext
(com.fasterxml.jackson.core.json.DupDetector dd) final CBORWriteContext
CBORWriteContext.getParent()
private CBORWriteContext
CBORWriteContext.withDupDetector
(com.fasterxml.jackson.core.json.DupDetector dups) Constructors in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORWriteContextModifierConstructorDescriptionprotected
CBORWriteContext
(int type, CBORWriteContext parent, com.fasterxml.jackson.core.json.DupDetector dups, Object currentValue)