Uses of Class
tools.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.Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).Contains implementation classes of deserialization part of
data binding.
-
Uses of DeserializerCache in tools.jackson.databind
Fields in tools.jackson.databind declared as DeserializerCacheModifier and TypeFieldDescriptionprotected final DeserializerCacheDeserializationContext._cacheObject that handle details ofValueDeserializercaching.Constructors in tools.jackson.databind with parameters of type DeserializerCacheModifierConstructorDescriptionprotectedDeserializationContext(TokenStreamFactory streamFactory, DeserializerFactory df, DeserializerCache cache, DeserializationConfig config, FormatSchema schema, InjectableValues injectableValues) -
Uses of DeserializerCache in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as DeserializerCacheModifier and TypeFieldDescriptionprotected final DeserializerCacheDeserializationContexts._cacheCache for doing type-to-value-serializer lookups.Methods in tools.jackson.databind.cfg that return DeserializerCacheMethods in tools.jackson.databind.cfg with parameters of type DeserializerCacheModifier and TypeMethodDescriptionDeserializationContexts.DefaultImpl.forMapper(Object mapper, TokenStreamFactory tsf, DeserializerFactory serializerFactory, DeserializerCache cache) protected abstract DeserializationContextsDeserializationContexts.forMapper(Object mapper, TokenStreamFactory tsf, DeserializerFactory deserializerFactory, DeserializerCache cache) Constructors in tools.jackson.databind.cfg with parameters of type DeserializerCacheModifierConstructorDescriptionDefaultImpl(TokenStreamFactory tsf, DeserializerFactory serializerFactory, DeserializerCache cache) protectedDeserializationContexts(TokenStreamFactory tsf, DeserializerFactory deserializerFactory, DeserializerCache cache) -
Uses of DeserializerCache in tools.jackson.databind.deser
Methods in tools.jackson.databind.deser that return DeserializerCacheConstructors in tools.jackson.databind.deser with parameters of type DeserializerCacheModifierConstructorDescriptionprotectedDeserializationContextExt(TokenStreamFactory tsf, DeserializerFactory deserializerFactory, DeserializerCache cache, DeserializationConfig config, FormatSchema schema, InjectableValues values) Constructor that will pass specified deserializer factory and cache: cache may be null (in which case default implementation will be used), factory cannot be nullImpl(TokenStreamFactory tsf, DeserializerFactory deserializerFactory, DeserializerCache cache, DeserializationConfig config, FormatSchema schema, InjectableValues values)