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
Internal abstract type representing
TypeBase implementations which use reference equality.-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.databind.JacksonSerializable
JacksonSerializable.Base -
Field Summary
FieldsFields inherited from class tools.jackson.databind.type.TypeBase
_bindings, _canonicalName, _superClass, _superInterfacesFields inherited from class tools.jackson.databind.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 tools.jackson.databind.type.TypeBase
_classSignature, _hasNTypeParameters, buildCanonicalName, containedType, containedTypeCount, findSuperType, findTypeParameters, getBindings, getErasedSignature, getGenericSignature, getInterfaces, getSuperClass, serialize, serializeWithType, toCanonicalMethods inherited from class tools.jackson.databind.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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.Type
getTypeName