Uses of Class
com.vaadin.hilla.parser.models.TypeArgumentModel
Packages that use TypeArgumentModel
-
Uses of TypeArgumentModel in com.vaadin.hilla.parser.models
Methods in com.vaadin.hilla.parser.models that return TypeArgumentModelModifier and TypeMethodDescriptionstatic TypeArgumentModelTypeArgumentModel.of(@NonNull io.github.classgraph.TypeArgument origin) Deprecated.static TypeArgumentModelTypeArgumentModel.of(@NonNull AnnotatedType origin) Methods in com.vaadin.hilla.parser.models that return types with arguments of type TypeArgumentModelModifier and TypeMethodDescriptionTypeArgumentModel.getCommonModelClass()ClassRefSignatureModel.getTypeArguments()protected abstract List<TypeArgumentModel> ClassRefSignatureModel.prepareTypeArguments()Method parameters in com.vaadin.hilla.parser.models with type arguments of type TypeArgumentModelModifier and TypeMethodDescriptionstatic ClassRefSignatureModelClassRefSignatureModel.of(@NonNull ClassInfoModel classInfo, @NonNull List<TypeArgumentModel> typeArguments, @NonNull List<AnnotationInfoModel> annotations) Deprecated.