Uses of Class
dev.hilla.parser.models.TypeParameterModel
Packages that use TypeParameterModel
-
Uses of TypeParameterModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return TypeParameterModelModifier and TypeMethodDescriptionstatic TypeParameterModelTypeParameterModel.of(io.github.classgraph.TypeParameter origin) Deprecated.static TypeParameterModelTypeParameterModel.of(TypeVariable<?> origin) protected abstract TypeParameterModelTypeVariableModel.prepareResolved()TypeVariableModel.resolve()Methods in dev.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()