Class TypeKey
java.lang.Object
com.fasterxml.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanClass<?> getType()final inthashCode()booleanisTyped()final voidresetTyped(JavaType type) final voidresetTyped(Class<?> cls) final voidresetUntyped(JavaType type) final voidresetUntyped(Class<?> cls) final StringtoString()static final intstatic final intstatic final intuntypedHash(JavaType type) static final intuntypedHash(Class<?> cls)
-
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
-