Uses of Class
dev.hilla.parser.models.TypeParameterModel
-
Packages that use TypeParameterModel Package Description dev.hilla.parser.models -
-
Uses of TypeParameterModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return TypeParameterModel Modifier and Type Method Description static TypeParameterModelTypeParameterModel. of(io.github.classgraph.TypeParameter origin)static TypeParameterModelTypeParameterModel. of(TypeVariable<?> origin)protected abstract TypeParameterModelTypeVariableModel. prepareResolved()TypeParameterModelTypeVariableModel. resolve()Methods in dev.hilla.parser.models that return types with arguments of type TypeParameterModel Modifier and Type Method Description Class<TypeParameterModel>TypeParameterModel. getCommonModelClass()List<TypeParameterModel>ClassInfoModel. getTypeParameters()List<TypeParameterModel>MethodInfoModel. getTypeParameters()List<TypeParameterModel>ParameterizedModel. getTypeParameters()default Stream<TypeParameterModel>ParameterizedModel. getTypeParametersStream()protected abstract List<TypeParameterModel>ClassInfoModel. prepareTypeParameters()protected abstract List<TypeParameterModel>MethodInfoModel. prepareTypeParameters()
-