java.lang.Object
com.vaadin.hilla.parser.models.AnnotatedAbstractModel
com.vaadin.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(@NonNull io.github.classgraph.TypeParameter origin) Deprecated.static TypeParameterModelof(@NonNull TypeVariable<?> 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.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, 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
-