Uses of Class
tools.jackson.databind.ser.SerializerCache
Packages that use SerializerCache
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 serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Uses of SerializerCache in tools.jackson.databind
Fields in tools.jackson.databind declared as SerializerCacheModifier and TypeFieldDescriptionprotected final SerializerCache
SerializationContext._serializerCache
Cache for doing type-to-value-serializer lookups.Constructors in tools.jackson.databind with parameters of type SerializerCacheModifierConstructorDescriptionprotected
SerializationContext
(TokenStreamFactory streamFactory, SerializationConfig config, GeneratorSettings generatorConfig, SerializerFactory f, SerializerCache cache) protected
SerializationContext
(SerializationContext src, SerializerCache serializerCache) -
Uses of SerializerCache in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as SerializerCacheModifier and TypeFieldDescriptionprotected final SerializerCache
SerializationContexts._cache
Cache for doing type-to-value-serializer lookups.Methods in tools.jackson.databind.cfg that return SerializerCacheMethods in tools.jackson.databind.cfg with parameters of type SerializerCacheModifier and TypeMethodDescriptionSerializationContexts.DefaultImpl.forMapper
(Object mapper, TokenStreamFactory tsf, SerializerFactory serializerFactory, SerializerCache cache) protected abstract SerializationContexts
SerializationContexts.forMapper
(Object mapper, TokenStreamFactory tsf, SerializerFactory serializerFactory, SerializerCache cache) Constructors in tools.jackson.databind.cfg with parameters of type SerializerCacheModifierConstructorDescriptionDefaultImpl
(TokenStreamFactory tsf, SerializerFactory serializerFactory, SerializerCache cache) protected
SerializationContexts
(TokenStreamFactory tsf, SerializerFactory serializerFactory, SerializerCache cache) -
Uses of SerializerCache in tools.jackson.databind.ser
Methods in tools.jackson.databind.ser that return SerializerCacheConstructors in tools.jackson.databind.ser with parameters of type SerializerCacheModifierConstructorDescriptionImpl
(TokenStreamFactory streamFactory, SerializationConfig config, GeneratorSettings genSettings, SerializerFactory f, SerializerCache cache) protected
SerializationContextExt
(TokenStreamFactory streamFactory, SerializationConfig config, GeneratorSettings genSettings, SerializerFactory f, SerializerCache cache) -
Uses of SerializerCache in tools.jackson.databind.ser.impl
Methods in tools.jackson.databind.ser.impl with parameters of type SerializerCacheModifier and TypeMethodDescriptionstatic ReadOnlyClassToSerializerMap
ReadOnlyClassToSerializerMap.from
(SerializerCache shared, LookupCache<TypeKey, ValueSerializer<Object>> src) Factory method for constructing an instance.Constructors in tools.jackson.databind.ser.impl with parameters of type SerializerCacheModifierConstructorDescriptionprotected
ReadOnlyClassToSerializerMap
(SerializerCache shared, LookupCache<TypeKey, ValueSerializer<Object>> src)