Uses of Class
tools.jackson.core.util.SimpleStreamReadContext
Packages that use SimpleStreamReadContext
-
Uses of SimpleStreamReadContext in tools.jackson.core.util
Fields in tools.jackson.core.util declared as SimpleStreamReadContextModifier and TypeFieldDescriptionprotected SimpleStreamReadContextSimpleStreamReadContext._childToRecycleprotected final SimpleStreamReadContextSimpleStreamReadContext._parentParent context for this context; null for root context.Methods in tools.jackson.core.util that return SimpleStreamReadContextModifier and TypeMethodDescriptionSimpleStreamReadContext.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).SimpleStreamReadContext.createChildArrayContext(int lineNr, int colNr) SimpleStreamReadContext.createChildObjectContext(int lineNr, int colNr) static SimpleStreamReadContextSimpleStreamReadContext.createRootContext(int lineNr, int colNr, DupDetector dups) static SimpleStreamReadContextSimpleStreamReadContext.createRootContext(DupDetector dups) SimpleStreamReadContext.getParent()Constructors in tools.jackson.core.util with parameters of type SimpleStreamReadContextModifierConstructorDescriptionSimpleStreamReadContext(int type, SimpleStreamReadContext parent, int nestingDepth, DupDetector dups, int lineNr, int colNr) SimpleStreamReadContext(int type, SimpleStreamReadContext parent, DupDetector dups, int lineNr, int colNr) Deprecated.