Uses of Class
com.fasterxml.jackson.databind.util.TypeKey
-
Packages that use TypeKey Package Description 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.ser
Fields in com.fasterxml.jackson.databind.ser with type parameters of type TypeKey Modifier and Type Field Description private java.util.HashMap<TypeKey,JsonSerializer<java.lang.Object>>
SerializerCache. _sharedMap
Shared, modifiable map; all access needs to be through synchronized blocks. -
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(java.util.HashMap<TypeKey,JsonSerializer<java.lang.Object>> src)
Factory method for constructing an instance.Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type TypeKey Constructor Description Bucket(ReadOnlyClassToSerializerMap.Bucket next, TypeKey key, JsonSerializer<java.lang.Object> value)
Constructor parameters in com.fasterxml.jackson.databind.ser.impl with type arguments of type TypeKey Constructor Description ReadOnlyClassToSerializerMap(java.util.Map<TypeKey,JsonSerializer<java.lang.Object>> serializers)
-
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)
-