java.lang.Object
tools.jackson.databind.util.TypeKey
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 booleanClass<?>getType()final inthashCode()booleanisTyped()final voidresetTyped(Class<?> cls) final voidresetTyped(JavaType type) final voidresetUntyped(Class<?> cls) final voidresetUntyped(JavaType type) final StringtoString()static final intstatic final intstatic final intuntypedHash(Class<?> cls) static final intuntypedHash(JavaType type)
-
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
public TypeKey() -
TypeKey
-
TypeKey
-
TypeKey
-
-
Method Details
-
untypedHash
-
typedHash
-
untypedHash
-
typedHash
-
resetTyped
-
resetUntyped
-
resetTyped
-
resetUntyped
-
isTyped
public boolean isTyped() -
getRawType
-
getType
-
hashCode
public final int hashCode() -
toString
-
equals
-