Uses of Class
com.fasterxml.jackson.databind.util.TypeKey
Packages that use TypeKey
Package
Description
Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
-
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
(HashMap<TypeKey, JsonSerializer<Object>> src) Factory method for constructing an instance.Constructor parameters in com.fasterxml.jackson.databind.ser.impl with type arguments of type TypeKeyModifierConstructorDescriptionReadOnlyClassToSerializerMap
(Map<TypeKey, JsonSerializer<Object>> serializers) -
Uses of TypeKey in com.fasterxml.jackson.databind.util
Constructors in com.fasterxml.jackson.databind.util with parameters of type TypeKey