Uses of Class
tools.jackson.databind.deser.jdk.MapDeserializer.MapReferringAccumulator
Packages that use MapDeserializer.MapReferringAccumulator
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
-
Uses of MapDeserializer.MapReferringAccumulator in tools.jackson.databind.deser.jdk
Fields in tools.jackson.databind.deser.jdk declared as MapDeserializer.MapReferringAccumulatorModifier and TypeFieldDescriptionprivate final MapDeserializer.MapReferringAccumulatorMapDeserializer.MapReferring._parentMethods in tools.jackson.databind.deser.jdk with parameters of type MapDeserializer.MapReferringAccumulatorModifier and TypeMethodDescriptionprivate voidMapDeserializer.handleUnresolvedReference(DeserializationContext ctxt, MapDeserializer.MapReferringAccumulator accumulator, Object key, UnresolvedForwardReference reference) Constructors in tools.jackson.databind.deser.jdk with parameters of type MapDeserializer.MapReferringAccumulatorModifierConstructorDescription(package private)MapReferring(MapDeserializer.MapReferringAccumulator parent, UnresolvedForwardReference ref, Class<?> valueType, Object key)