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