Uses of Interface
jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Packages that use RecordComponentInfo Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of RecordComponentInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return RecordComponentInfo Modifier and Type Method Description default RecordComponentInfoDeclarationInfo. asRecordComponent()Returns this declaration as a record component.default RecordComponentInfoRecordComponentInfo. asRecordComponent()Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type RecordComponentInfo Modifier and Type Method Description Collection<RecordComponentInfo>ClassInfo. recordComponents()Returns a collection of record components declared in this class.
-