Uses of Class
tools.jackson.core.json.JsonWriteContext
Packages that use JsonWriteContext
Package
Description
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of JsonWriteContext in tools.jackson.core.json
Fields in tools.jackson.core.json declared as JsonWriteContextModifier and TypeFieldDescriptionprotected JsonWriteContextJsonWriteContext._childprotected final JsonWriteContextJsonWriteContext._parentParent context for this context; null for root context.protected JsonWriteContextJsonGeneratorBase._streamWriteContextObject that keeps track of the current contextual state of the generator.Methods in tools.jackson.core.json that return JsonWriteContextModifier and TypeMethodDescriptionJsonWriteContext.clearAndGetParent()Method that can be used to both clear the accumulated references (specifically value set withassignCurrentValue(Object)) that should not be retained, and returns parent (as wouldgetParent()do).JsonWriteContext.createChildArrayContext(Object currValue) JsonWriteContext.createChildObjectContext(Object currValue) static JsonWriteContextJsonWriteContext.createRootContext(DupDetector dd) final JsonWriteContextJsonWriteContext.getParent()protected JsonWriteContextInternal method to allow instance reuse: DO NOT USE unless you absolutely know what you are doing.JsonWriteContext.withDupDetector(DupDetector dups) Constructors in tools.jackson.core.json with parameters of type JsonWriteContextModifierConstructorDescriptionprotectedJsonWriteContext(int type, JsonWriteContext parent, DupDetector dups, Object currValue)