java.lang.Object
com.vaadin.hilla.parser.models.AnnotatedAbstractModel
com.vaadin.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(@NonNull io.github.classgraph.TypeArgument origin) Deprecated.static TypeArgumentModelof(@NonNull AnnotatedType origin) protected abstract List<SignatureModel>toString()Methods inherited from class com.vaadin.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 com.vaadin.hilla.parser.models.AnnotatedModel
getAnnotationsMethods inherited from interface com.vaadin.hilla.parser.models.Model
get, isReflection, isSourceMethods inherited from interface com.vaadin.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
-