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
Constructor parameters in tools.jackson.databind.ser with type arguments of type TypeKeyModifierConstructorDescriptionprotected -
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.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