Package com.vaadin.hilla.parser.models
Class BaseSignatureModel
java.lang.Object
com.vaadin.hilla.parser.models.AnnotatedAbstractModel
com.vaadin.hilla.parser.models.BaseSignatureModel
- All Implemented Interfaces:
AnnotatedModel,Model,SignatureModel,SpecializedModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract Class<?> getType()inthashCode()booleanisBase()static BaseSignatureModelof(@NonNull io.github.classgraph.BaseTypeSignature origin) Deprecated.static BaseSignatureModelstatic BaseSignatureModelof(@NonNull AnnotatedType origin) 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, isBigDecimal, isBigInteger, isBoolean, isByte, isCharacter, isClassRef, isDate, isDateTime, isDouble, isEnum, isFloat, isInteger, isIterable, isJDKClass, isLong, isMap, isNativeObject, isNonJDKClass, isOptional, isPrimitive, isShort, isString, isTypeArgument, isTypeParameter, isTypeVariable, isVoid
-
Constructor Details
-
BaseSignatureModel
public BaseSignatureModel()
-
-
Method Details
-
of
@Deprecated public static BaseSignatureModel of(@NonNull io.github.classgraph.BaseTypeSignature origin) Deprecated. -
of
-
of
-
equals
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
getType
-
hashCode
public int hashCode() -
isBase
public boolean isBase()- Specified by:
isBasein interfaceSpecializedModel
-
toString
-