Uses of Interface
jakarta.enterprise.lang.model.declarations.ClassInfo
-
Packages that use ClassInfo Package Description jakarta.enterprise.lang.model The core interfaces of the language model that represent annotations and annotation targets.jakarta.enterprise.lang.model.declarations Interfaces that represent declarations.jakarta.enterprise.lang.model.types Interfaces that represent types. -
-
Uses of ClassInfo in jakarta.enterprise.lang.model
Methods in jakarta.enterprise.lang.model that return ClassInfo Modifier and Type Method Description ClassInfo
AnnotationMember. asEnumClass()
Returns the type of this enum value.ClassInfo
AnnotationInfo. declaration()
Returns the declaration of this annotation's type. -
Uses of ClassInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return ClassInfo Modifier and Type Method Description default ClassInfo
ClassInfo. asClass()
default ClassInfo
DeclarationInfo. asClass()
Returns this declaration as a class.ClassInfo
FieldInfo. declaringClass()
Returns the class that declares this field.ClassInfo
MethodInfo. declaringClass()
Returns the class that declares this method.ClassInfo
RecordComponentInfo. declaringRecord()
Returns the record that declares this component.ClassInfo
ClassInfo. superClassDeclaration()
Returns the direct superclass of this class.Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type ClassInfo Modifier and Type Method Description java.util.List<ClassInfo>
ClassInfo. superInterfacesDeclarations()
Returns a list of direct superinterfaces of this class. -
Uses of ClassInfo in jakarta.enterprise.lang.model.types
Methods in jakarta.enterprise.lang.model.types that return ClassInfo Modifier and Type Method Description ClassInfo
ClassType. declaration()
Returns the declaration of this class type.default ClassInfo
ParameterizedType. declaration()
Returns the declaration of the generic class that was parameterized with a list of type arguments to form this parameterized type.
-