java.lang.Object
dev.hilla.parser.models.AnnotatedAbstractModel
dev.hilla.parser.models.TypeParameterModel
- All Implemented Interfaces:
AnnotatedModel,Model,NamedModel,SignatureModel,SpecializedModel
public abstract class TypeParameterModel
extends AnnotatedAbstractModel
implements SignatureModel, NamedModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanstatic TypeParameterModelof(io.github.classgraph.TypeParameter origin) Deprecated.static TypeParameterModelof(TypeVariable<?> origin) protected abstract List<SignatureModel>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, isTypeVariable, isVoid
-
Constructor Details
-
TypeParameterModel
public TypeParameterModel()
-
-
Method Details
-
of
Deprecated. -
of
-
equals
-
getBounds
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
hashCode
public int hashCode() -
isTypeParameter
public boolean isTypeParameter()- Specified by:
isTypeParameterin interfaceSpecializedModel
-
toString
-
prepareBounds
-