Class SerializerCache.TypeKey
java.lang.Object
org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
- Enclosing class:
- SerializerCache
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final int
hashCode()
void
resetTyped
(Class<?> cls) void
resetTyped
(JavaType type) void
resetUntyped
(Class<?> cls) void
resetUntyped
(JavaType type) final String
toString()
-
Field Details
-
_hashCode
protected int _hashCode -
_class
-
_type
-
_isTyped
protected 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"
-
-
Constructor Details
-
TypeKey
-
TypeKey
-
-
Method Details