Uses of Class
com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializerNR.Scope
Packages that use UntypedObjectDeserializerNR.Scope
Package
Description
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of UntypedObjectDeserializerNR.Scope in com.fasterxml.jackson.databind.deser.std
Fields in com.fasterxml.jackson.databind.deser.std declared as UntypedObjectDeserializerNR.ScopeModifier and TypeFieldDescriptionUntypedObjectDeserializerNR.Scope._childprivate final UntypedObjectDeserializerNR.ScopeUntypedObjectDeserializerNR.Scope._parentMethods in com.fasterxml.jackson.databind.deser.std 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 com.fasterxml.jackson.databind.deser.std with parameters of type UntypedObjectDeserializerNR.ScopeModifier and TypeMethodDescriptionprivate ObjectUntypedObjectDeserializerNR._deserializeNR(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, UntypedObjectDeserializerNR.Scope rootScope) Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type UntypedObjectDeserializerNR.ScopeModifierConstructorDescriptionprivateprivateScope(UntypedObjectDeserializerNR.Scope p, boolean isObject, boolean squashDups)