Uses of Class
com.fasterxml.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 (
com.fasterxml.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 com.fasterxml.jackson.databind.cfg
Methods in com.fasterxml.jackson.databind.cfg that return types with arguments of type TypeKeyModifier and TypeMethodDescriptionCacheProvider.forSerializerCache
(SerializationConfig config) Method for constructing aLookupCache
instance to be used bySerializerCache
.DefaultCacheProvider.forSerializerCache
(SerializationConfig config) -
Uses of TypeKey in com.fasterxml.jackson.databind.ser
Constructor parameters in com.fasterxml.jackson.databind.ser with type arguments of type TypeKey -
Uses of TypeKey in com.fasterxml.jackson.databind.ser.impl
Method parameters in com.fasterxml.jackson.databind.ser.impl with type arguments of type TypeKeyModifier and TypeMethodDescriptionstatic ReadOnlyClassToSerializerMap
ReadOnlyClassToSerializerMap.from
(LookupCache<TypeKey, JsonSerializer<Object>> src) Factory method for constructing an instance.Constructor parameters in com.fasterxml.jackson.databind.ser.impl with type arguments of type TypeKeyModifierConstructorDescription -
Uses of TypeKey in com.fasterxml.jackson.databind.util
Constructors in com.fasterxml.jackson.databind.util with parameters of type TypeKey