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 SerializerCacheSerializationContext._serializerCacheCache for doing type-to-value-serializer lookups.Constructors in tools.jackson.databind with parameters of type SerializerCacheModifierConstructorDescriptionprotectedSerializationContext(TokenStreamFactory streamFactory, SerializationConfig config, GeneratorSettings generatorConfig, SerializerFactory f, SerializerCache cache) protectedSerializationContext(SerializationContext src, SerializerCache serializerCache) -
Uses of SerializerCache in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as SerializerCacheModifier and TypeFieldDescriptionprotected final SerializerCacheSerializationContexts._cacheCache 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 SerializationContextsSerializationContexts.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) protectedSerializationContexts(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) protectedSerializationContextExt(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 ReadOnlyClassToSerializerMapReadOnlyClassToSerializerMap.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 SerializerCacheModifierConstructorDescriptionprotectedReadOnlyClassToSerializerMap(SerializerCache shared, LookupCache<TypeKey, ValueSerializer<Object>> src)