Uses of Class
tools.jackson.databind.deser.std.ReferenceTypeDeserializer
Packages that use ReferenceTypeDeserializer
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
Package that contains standard value and key deserializer base classes
that Jackson both uses for its own implementations and offers for
module developers as convenient partial implementations.
Package that contains handlers specific to datatypes introduced in Java 8.
-
Uses of ReferenceTypeDeserializer in tools.jackson.databind.deser.jdk
Subclasses of ReferenceTypeDeserializer in tools.jackson.databind.deser.jdk -
Uses of ReferenceTypeDeserializer in tools.jackson.databind.deser.std
Methods in tools.jackson.databind.deser.std that return ReferenceTypeDeserializerModifier and TypeMethodDescriptionprotected abstract ReferenceTypeDeserializer<T>ReferenceTypeDeserializer.withResolved(TypeDeserializer typeDeser, ValueDeserializer<?> valueDeser) Mutant factory method called when changes are needed; should construct newly configured instance with new values as indicated. -
Uses of ReferenceTypeDeserializer in tools.jackson.databind.ext.jdk8
Subclasses of ReferenceTypeDeserializer in tools.jackson.databind.ext.jdk8