Uses of Class
org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
Packages that use SerializerCache.TypeKey
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of SerializerCache.TypeKey in org.codehaus.jackson.map.ser.impl
Fields in org.codehaus.jackson.map.ser.impl declared as SerializerCache.TypeKeyModifier and TypeFieldDescriptionprotected final SerializerCache.TypeKey
ReadOnlyClassToSerializerMap._cacheKey
We'll reuse key class to avoid unnecessary instantiations; since this is not shared between threads, we can just reuse single instance.Methods in org.codehaus.jackson.map.ser.impl with parameters of type SerializerCache.TypeKeyMethod parameters in org.codehaus.jackson.map.ser.impl with type arguments of type SerializerCache.TypeKeyModifier and TypeMethodDescriptionstatic ReadOnlyClassToSerializerMap
ReadOnlyClassToSerializerMap.from
(HashMap<SerializerCache.TypeKey, JsonSerializer<Object>> src) Factory method for creating the "blueprint" lookup map.Constructor parameters in org.codehaus.jackson.map.ser.impl with type arguments of type SerializerCache.TypeKeyModifierConstructorDescriptionJsonSerializerMap
(Map<SerializerCache.TypeKey, JsonSerializer<Object>> serializers)