- All Superinterfaces:
AnnotatedModel,Model,SpecializedModel
- All Known Implementing Classes:
ArraySignatureModel,BaseSignatureModel,ClassRefSignatureModel,TypeArgumentModel,TypeParameterModel,TypeVariableModel
-
Method Summary
Modifier and TypeMethodDescriptionstatic SignatureModelof(io.github.classgraph.HierarchicalTypeSignature signature) Deprecated.static SignatureModelof(AnnotatedElement signature) Methods inherited from interface dev.hilla.parser.models.AnnotatedModel
getAnnotationsMethods inherited from interface dev.hilla.parser.models.Model
get, getCommonModelClass, isReflection, isSourceMethods inherited from interface dev.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, isTypeParameter, isTypeVariable, isVoid
-
Method Details
-
of
@Deprecated static SignatureModel of(@Nonnull io.github.classgraph.HierarchicalTypeSignature signature) Deprecated. -
of
-