Uses of Interface
jakarta.enterprise.lang.model.types.ClassType
-
Packages that use ClassType Package Description jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of ClassType in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return ClassType Modifier and Type Method Description default ClassType
ClassType. asClass()
default ClassType
Type. asClass()
Returns this type as a class type.ClassType
ParameterizedType. genericClass()
Returns the type of the generic class that was parameterized with a list of type arguments to form this parameterized type.
-