Uses of Class
com.fasterxml.jackson.databind.deser.DeserializerCache
Packages that use DeserializerCache
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode
), as well as
writing Java Objects and trees as JSON.Contains implementation classes of deserialization part of
data binding.
-
Uses of DeserializerCache in com.fasterxml.jackson.databind
Fields in com.fasterxml.jackson.databind declared as DeserializerCacheModifier and TypeFieldDescriptionprotected final DeserializerCache
DeserializationContext._cache
Object that handle details ofJsonDeserializer
caching.Constructors in com.fasterxml.jackson.databind with parameters of type DeserializerCacheModifierConstructorDescriptionprotected
protected
-
Uses of DeserializerCache in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.jackson.databind.deser that return DeserializerCacheConstructors in com.fasterxml.jackson.databind.deser with parameters of type DeserializerCacheModifierConstructorDescriptionprotected
Constructor that will pass specified deserializer factory and cache: cache may be null (in which case default implementation will be used), factory cannot be null