Class SerializerCache.TypeKey
- java.lang.Object
-
- org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
-
- Enclosing class:
- SerializerCache
public static final class SerializerCache.TypeKey extends Object
Key that offers two "modes"; one with raw class, as used for cases were raw class type is available (for example, when using runtime type); and one with full generics-including.
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<?>_classprotected int_hashCodeprotected boolean_isTypedIndicator of whether serializer stored has a type serializer wrapper around it or not; if not, it is "untyped" serializer; if it has, it is "typed"protected JavaType_type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()voidresetTyped(Class<?> cls)voidresetTyped(JavaType type)voidresetUntyped(Class<?> cls)voidresetUntyped(JavaType type)StringtoString()
-