java.lang.Object
com.vaadin.hilla.parser.models.AnnotatedAbstractModel
com.vaadin.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(@NonNull io.github.classgraph.TypeVariableSignature origin) Deprecated.static TypeVariableModelof(@NonNull AnnotatedTypeVariable origin) protected abstract TypeParameterModelresolve()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.NamedModel
getNameMethods 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, 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
-