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 CBORWriteContextCBORWriteContext._childToRecycleprotected final CBORWriteContextCBORWriteContext._parentParent context for this context; null for root context.protected CBORWriteContextCBORGenerator._streamWriteContextMethods 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 withCBORWriteContext.setCurrentValue(Object)) that should not be retained, and returns parent (as wouldCBORWriteContext.getParent()do).CBORWriteContext.createChildArrayContext(Object currentValue) CBORWriteContext.createChildObjectContext(Object currentValue) static CBORWriteContextCBORWriteContext.createRootContext(com.fasterxml.jackson.core.json.DupDetector dd) final CBORWriteContextCBORWriteContext.getParent()private CBORWriteContextCBORWriteContext.withDupDetector(com.fasterxml.jackson.core.json.DupDetector dups) Constructors in com.fasterxml.jackson.dataformat.cbor with parameters of type CBORWriteContextModifierConstructorDescriptionprotectedCBORWriteContext(int type, CBORWriteContext parent, com.fasterxml.jackson.core.json.DupDetector dups, Object currentValue)