Uses of Interface
jakarta.enterprise.lang.model.types.TypeVariable
-
Packages that use TypeVariable Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations.jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of TypeVariable in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type TypeVariable Modifier and Type Method Description List<TypeVariable>
ClassInfo. typeParameters()
Returns a list of type parameters declared on this class.List<TypeVariable>
MethodInfo. typeParameters()
Returns a list of type parameters declared on this method. -
Uses of TypeVariable in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return TypeVariable Modifier and Type Method Description default TypeVariable
Type. asTypeVariable()
Returns this type as a type variable.default TypeVariable
TypeVariable. asTypeVariable()
-