Class IdentityEqualityType
java.lang.Object
tools.jackson.core.type.ResolvedType
tools.jackson.databind.JavaType
tools.jackson.databind.type.TypeBase
tools.jackson.databind.type.IdentityEqualityType
- All Implemented Interfaces:
Serializable, Type, JacksonSerializable
- Direct Known Subclasses:
PlaceholderForType, ResolvedRecursiveType
-
Nested Class Summary
Nested classes/interfaces inherited from interface JacksonSerializable
JacksonSerializable.Base -
Field Summary
FieldsFields inherited from class TypeBase
_bindings, _canonicalName, _superClass, _superInterfacesFields inherited from class JavaType
_asStatic, _class, _hash, _typeHandler, _valueHandler -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdentityEqualityType(Class<?> raw, TypeBindings bindings, JavaType superClass, JavaType[] superInts, int hash, Object valueHandler, Object typeHandler, boolean asStatic) -
Method Summary
Methods inherited from class TypeBase
_classSignature, _hasNTypeParameters, buildCanonicalName, containedType, containedTypeCount, findSuperType, findTypeParameters, getBindings, getErasedSignature, getGenericSignature, getInterfaces, getSuperClass, serialize, serializeWithType, toCanonicalMethods inherited from class JavaType
containedTypeOrUnknown, getContentType, getContentTypeHandler, getContentValueHandler, getErasedSignature, getGenericSignature, getKeyType, getRawClass, getReferencedType, getTypeHandler, getValueHandler, hasContentType, hasGenericTypes, hasHandlers, hasRawClass, hasValueHandler, isAbstract, isArrayType, isCollectionLikeType, isConcrete, isContainerType, isEnumImplType, isEnumType, isFinal, isInterface, isIterationType, isJavaLangObject, isMapLikeType, isPrimitive, isRecordType, isThrowable, isTypeOrSubTypeOf, isTypeOrSuperTypeOf, refine, toString, useStaticType, withContentType, withContentTypeHandler, withContentValueHandler, withHandlersFrom, withStaticTyping, withTypeHandler, withValueHandlerMethods inherited from class tools.jackson.core.type.ResolvedType
isReferenceTypeMethods inherited from interface Type
getTypeName
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IdentityEqualityType
-
-
Method Details
-
equals
-
hashCode
-