java.lang.Object
dev.hilla.parser.models.AnnotatedAbstractModel
dev.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(io.github.classgraph.BaseTypeSignature origin) Deprecated.static BaseSignatureModelstatic BaseSignatureModelof(AnnotatedType origin) toString()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, 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
-