java.lang.Object
dev.hilla.parser.models.AnnotatedAbstractModel
dev.hilla.parser.models.ArraySignatureModel
- All Implemented Interfaces:
AnnotatedModel,Model,SignatureModel,SpecializedModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisArray()static ArraySignatureModelof(io.github.classgraph.ArrayTypeSignature origin) Deprecated.static ArraySignatureModelof(AnnotatedArrayType origin) protected abstract SignatureModeltoString()Methods inherited from class dev.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 dev.hilla.parser.models.AnnotatedModel
getAnnotationsMethods inherited from interface dev.hilla.parser.models.Model
get, isReflection, isSourceMethods inherited from interface dev.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
-