Uses of Class
tools.jackson.databind.util.TypeKey
Packages that use TypeKey
Package
Description
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.
Utility classes for Mapper package.
-
Uses of TypeKey in tools.jackson.databind.cfg
Methods in tools.jackson.databind.cfg that return types with arguments of type TypeKeyModifier and TypeMethodDescriptionCacheProvider.forSerializerCache(SerializationConfig config) Method to provide aLookupCacheinstance for constructingSerializerCache.DefaultCacheProvider.forSerializerCache(SerializationConfig config) -
Uses of TypeKey in tools.jackson.databind.ser
Fields in tools.jackson.databind.ser with type parameters of type TypeKeyModifier and TypeFieldDescriptionprivate final LookupCache<TypeKey, ValueSerializer<Object>> SerializerCache._sharedMapShared, modifiable map; used if local read-only copy does not contain serializer caller expects.Constructor parameters in tools.jackson.databind.ser with type arguments of type TypeKeyModifierConstructorDescriptionSerializerCache(LookupCache<TypeKey, ValueSerializer<Object>> cache) protectedSerializerCache(SimpleLookupCache<TypeKey, ValueSerializer<Object>> shared) -
Uses of TypeKey in tools.jackson.databind.ser.impl
Method parameters in tools.jackson.databind.ser.impl with type arguments of type TypeKeyModifier 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 TypeKeyModifierConstructorDescriptionBucket(ReadOnlyClassToSerializerMap.Bucket next, TypeKey key, ValueSerializer<Object> value) Constructor parameters in tools.jackson.databind.ser.impl with type arguments of type TypeKeyModifierConstructorDescriptionprotectedReadOnlyClassToSerializerMap(SerializerCache shared, LookupCache<TypeKey, ValueSerializer<Object>> src) -
Uses of TypeKey in tools.jackson.databind.util
Constructors in tools.jackson.databind.util with parameters of type TypeKey