Uses of Class
tools.jackson.databind.deser.jdk.UntypedObjectDeserializerNR.Scope
Packages that use UntypedObjectDeserializerNR.Scope
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
-
Uses of UntypedObjectDeserializerNR.Scope in tools.jackson.databind.deser.jdk
Fields in tools.jackson.databind.deser.jdk declared as UntypedObjectDeserializerNR.ScopeModifier and TypeFieldDescriptionUntypedObjectDeserializerNR.Scope._childprivate final UntypedObjectDeserializerNR.ScopeUntypedObjectDeserializerNR.Scope._parentMethods in tools.jackson.databind.deser.jdk that return UntypedObjectDeserializerNR.ScopeModifier and TypeMethodDescriptionUntypedObjectDeserializerNR.Scope.childArray()UntypedObjectDeserializerNR.Scope.childArray(String deferredKey) UntypedObjectDeserializerNR.Scope.childObject()UntypedObjectDeserializerNR.Scope.childObject(String deferredKey) UntypedObjectDeserializerNR.Scope.finishBranchArray(boolean asJavaArray) UntypedObjectDeserializerNR.Scope.finishBranchObject()UntypedObjectDeserializerNR.Scope.putDeferredValue(Object value) UntypedObjectDeserializerNR.Scope.resetAsArray()UntypedObjectDeserializerNR.Scope.resetAsObject(boolean squashDups) UntypedObjectDeserializerNR.Scope.rootArrayScope()UntypedObjectDeserializerNR.Scope.rootObjectScope(boolean squashDups) Methods in tools.jackson.databind.deser.jdk with parameters of type UntypedObjectDeserializerNR.ScopeModifier and TypeMethodDescriptionprivate ObjectUntypedObjectDeserializerNR._deserializeNR(tools.jackson.core.JsonParser p, DeserializationContext ctxt, UntypedObjectDeserializerNR.Scope rootScope) Constructors in tools.jackson.databind.deser.jdk with parameters of type UntypedObjectDeserializerNR.ScopeModifierConstructorDescriptionprivateprivateScope(UntypedObjectDeserializerNR.Scope p, boolean isObject, boolean squashDups)