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 ClassTypeClassType. asClass()default ClassTypeType. asClass()Returns this type as a class type.ClassTypeParameterizedType. genericClass()Returns the type of the generic class that was parameterized with a list of type arguments to form this parameterized type.
-