Uses of Class
com.vaadin.hilla.parser.models.TypeParameterModel
Packages that use TypeParameterModel
-
Uses of TypeParameterModel in com.vaadin.hilla.parser.models
Methods in com.vaadin.hilla.parser.models that return TypeParameterModelModifier and TypeMethodDescriptionstatic TypeParameterModelTypeParameterModel.of(@NonNull io.github.classgraph.TypeParameter origin) Deprecated.static TypeParameterModelTypeParameterModel.of(@NonNull TypeVariable<?> origin) protected abstract TypeParameterModelTypeVariableModel.prepareResolved()TypeVariableModel.resolve()Methods in com.vaadin.hilla.parser.models that return types with arguments of type TypeParameterModelModifier and TypeMethodDescriptionTypeParameterModel.getCommonModelClass()ClassInfoModel.getTypeParameters()MethodInfoModel.getTypeParameters()ParameterizedModel.getTypeParameters()protected abstract List<TypeParameterModel>ClassInfoModel.prepareTypeParameters()protected abstract List<TypeParameterModel>MethodInfoModel.prepareTypeParameters()