Uses of Class
com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer
-
Packages that use ReferenceTypeDeserializer Package Description com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of ReferenceTypeDeserializer in com.fasterxml.jackson.databind.deser.std
Subclasses of ReferenceTypeDeserializer in com.fasterxml.jackson.databind.deser.std Modifier and Type Class Description class
AtomicReferenceDeserializer
Methods in com.fasterxml.jackson.databind.deser.std that return ReferenceTypeDeserializer Modifier and Type Method Description protected abstract ReferenceTypeDeserializer<T>
ReferenceTypeDeserializer. withResolved(TypeDeserializer typeDeser, JsonDeserializer<?> valueDeser)
Mutant factory method called when changes are needed; should construct newly configured instance with new values as indicated.
-