java.lang.Object
dev.hilla.parser.models.AnnotatedAbstractModel
dev.hilla.parser.models.TypeVariableModel
- All Implemented Interfaces:
AnnotatedModel,Model,NamedModel,SignatureModel,SpecializedModel
public abstract class TypeVariableModel
extends AnnotatedAbstractModel
implements SignatureModel, NamedModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanstatic TypeVariableModelof(io.github.classgraph.TypeVariableSignature origin) Deprecated.static TypeVariableModelof(AnnotatedTypeVariable origin) protected abstract TypeParameterModelresolve()toString()Methods inherited from class dev.hilla.parser.models.AnnotatedAbstractModel
getAnnotations, prepareAnnotations, processAnnotations, processAnnotations, processAnnotationsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.hilla.parser.models.AnnotatedModel
getAnnotationsMethods inherited from interface dev.hilla.parser.models.Model
get, isReflection, isSourceMethods inherited from interface dev.hilla.parser.models.NamedModel
getNameMethods inherited from interface dev.hilla.parser.models.SpecializedModel
hasFloatType, hasIntegerType, isArray, isBase, isBigDecimal, isBigInteger, isBoolean, isByte, isCharacter, isClassRef, isDate, isDateTime, isDouble, isEnum, isFloat, isInteger, isIterable, isJDKClass, isLong, isMap, isNativeObject, isNonJDKClass, isOptional, isPrimitive, isShort, isString, isTypeArgument, isTypeParameter, isVoid
-
Constructor Details
-
TypeVariableModel
public TypeVariableModel()
-
-
Method Details
-
of
@Deprecated public static TypeVariableModel of(@Nonnull io.github.classgraph.TypeVariableSignature origin) Deprecated. -
of
-
equals
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
hashCode
public int hashCode() -
isTypeVariable
public boolean isTypeVariable()- Specified by:
isTypeVariablein interfaceSpecializedModel
-
resolve
-
toString
-
prepareResolved
-