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 RecordComponentInfo
DeclarationInfo. asRecordComponent()
Returns this declaration as a record component.default RecordComponentInfo
RecordComponentInfo. asRecordComponent()
Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type RecordComponentInfo Modifier and Type Method Description java.util.Collection<RecordComponentInfo>
ClassInfo. recordComponents()
Returns a collection of record components declared in this class.
-