Uses of Class
com.fasterxml.jackson.dataformat.cbor.CBORWriteContext
-
Packages that use CBORWriteContext Package Description com.fasterxml.jackson.dataformat.cbor -
-
Uses of CBORWriteContext in com.fasterxml.jackson.dataformat.cbor
Fields in com.fasterxml.jackson.dataformat.cbor declared as CBORWriteContext Modifier and Type Field Description protected CBORWriteContextCBORWriteContext. _childToRecycleprotected CBORWriteContextCBORWriteContext. _parentParent context for this context; null for root context.protected CBORWriteContextCBORGenerator. _streamWriteContextMethods in com.fasterxml.jackson.dataformat.cbor that return CBORWriteContext Modifier and Type Method Description CBORWriteContextCBORWriteContext. 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).CBORWriteContextCBORWriteContext. createChildArrayContext(java.lang.Object currentValue)CBORWriteContextCBORWriteContext. createChildObjectContext(java.lang.Object currentValue)static CBORWriteContextCBORWriteContext. createRootContext(com.fasterxml.jackson.core.json.DupDetector dd)CBORWriteContextCBORWriteContext. getParent()private CBORWriteContextCBORWriteContext. reset(int type, java.lang.Object currentValue)CBORWriteContextCBORWriteContext. withDupDetector(com.fasterxml.jackson.core.json.DupDetector dups)Constructors in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORWriteContext Constructor Description CBORWriteContext(int type, CBORWriteContext parent, com.fasterxml.jackson.core.json.DupDetector dups, java.lang.Object currentValue)
-