Package com.vaadin.hilla.parser.models
Class ArraySignatureModel
java.lang.Object
com.vaadin.hilla.parser.models.AnnotatedAbstractModel
com.vaadin.hilla.parser.models.ArraySignatureModel
- All Implemented Interfaces:
AnnotatedModel,Model,SignatureModel,SpecializedModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisArray()static ArraySignatureModelof(@NonNull io.github.classgraph.ArrayTypeSignature origin) Deprecated.static ArraySignatureModelof(@NonNull AnnotatedArrayType origin) protected abstract SignatureModeltoString()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, 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, isTypeVariable, isVoid
-
Constructor Details
-
ArraySignatureModel
public ArraySignatureModel()
-
-
Method Details
-
of
@Deprecated public static ArraySignatureModel of(@NonNull io.github.classgraph.ArrayTypeSignature origin) Deprecated. -
of
-
equals
-
getCommonModelClass
- Specified by:
getCommonModelClassin interfaceModel
-
getNestedType
-
hashCode
public int hashCode() -
isArray
public boolean isArray()- Specified by:
isArrayin interfaceSpecializedModel
-
toString
-
prepareNestedType
-