Uses of Class
com.fasterxml.jackson.databind.util.TypeKey
-
Packages that use TypeKey Package Description com.fasterxml.jackson.databind.cfg 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
).com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.util 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 TypeKey Modifier and Type Method Description LookupCache<TypeKey,JsonSerializer<java.lang.Object>>
CacheProvider. forSerializerCache(SerializationConfig config)
Method for constructing aLookupCache
instance to be used bySerializerCache
.LookupCache<TypeKey,JsonSerializer<java.lang.Object>>
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 Constructor Description SerializerCache(LookupCache<TypeKey,JsonSerializer<java.lang.Object>> cache)
-
Uses of TypeKey in com.fasterxml.jackson.databind.ser.impl
Method parameters in com.fasterxml.jackson.databind.ser.impl with type arguments of type TypeKey Modifier and Type Method Description static ReadOnlyClassToSerializerMap
ReadOnlyClassToSerializerMap. from(LookupCache<TypeKey,JsonSerializer<java.lang.Object>> src)
Factory method for constructing an instance.Constructor parameters in com.fasterxml.jackson.databind.ser.impl with type arguments of type TypeKey Constructor Description ReadOnlyClassToSerializerMap(LookupCache<TypeKey,JsonSerializer<java.lang.Object>> src)
-
Uses of TypeKey in com.fasterxml.jackson.databind.util
Constructors in com.fasterxml.jackson.databind.util with parameters of type TypeKey Constructor Description TypeKey(TypeKey src)
-