Uses of Class
tools.jackson.dataformat.cbor.CBORWriteContext
Packages that use CBORWriteContext
-
Uses of CBORWriteContext in tools.jackson.dataformat.cbor
Fields in tools.jackson.dataformat.cbor declared as CBORWriteContextModifier and TypeFieldDescriptionprotected CBORWriteContextCBORWriteContext._childToRecycleprotected final CBORWriteContextCBORWriteContext._parentParent context for this context; null for root context.protected CBORWriteContextCBORGenerator._streamWriteContextMethods in tools.jackson.dataformat.cbor that return CBORWriteContextModifier and TypeMethodDescriptionCBORWriteContext.clearAndGetParent()Method that can be used to both clear the accumulated references (specifically value set withCBORWriteContext.assignCurrentValue(Object)) that should not be retained, and returns parent (as wouldCBORWriteContext.getParent()do).CBORWriteContext.createChildArrayContext(Object currentValue) CBORWriteContext.createChildObjectContext(Object currentValue) static CBORWriteContextCBORWriteContext.createRootContext(tools.jackson.core.json.DupDetector dd) final CBORWriteContextCBORWriteContext.getParent()private CBORWriteContextCBORWriteContext.withDupDetector(tools.jackson.core.json.DupDetector dups) Constructors in tools.jackson.dataformat.cbor with parameters of type CBORWriteContextModifierConstructorDescriptionprotectedCBORWriteContext(int type, CBORWriteContext parent, tools.jackson.core.json.DupDetector dups, Object currentValue)