java.lang.Object
dev.hilla.parser.models.AnnotatedAbstractModel
dev.hilla.parser.models.TypeArgumentModel
- All Implemented Interfaces:
AnnotatedModel,Model,SignatureModel,SpecializedModel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract TypeArgumentModel.WildcardinthashCode()booleanstatic TypeArgumentModelof(io.github.classgraph.TypeArgument origin) Deprecated.static TypeArgumentModelof(AnnotatedType 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.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, isTypeParameter, isTypeVariable, isVoid
-
Constructor Details
-
TypeArgumentModel
public TypeArgumentModel()
-
-
Method Details
-
of
Deprecated. -
of
-
equals
-
getAssociatedTypes
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
getWildcard
-
hashCode
public int hashCode() -
isTypeArgument
public boolean isTypeArgument()- Specified by:
isTypeArgumentin interfaceSpecializedModel
-
toString
-
prepareAssociatedTypes
-