Uses of Class
org.jboss.jandex.RecordComponentInfo
-
Uses of RecordComponentInfo in org.jboss.jandex
Fields in org.jboss.jandex with type parameters of type RecordComponentInfoMethods in org.jboss.jandex that return RecordComponentInfoModifier and TypeMethodDescriptionAnnotationTarget.asRecordComponent()
Casts and returns this target as aRecordComponentInfo
if it is of kindRECORD_COMPONENT
ClassInfo.asRecordComponent()
FieldInfo.asRecordComponent()
MethodInfo.asRecordComponent()
MethodParameterInfo.asRecordComponent()
RecordComponentInfo.asRecordComponent()
TypeTarget.asRecordComponent()
static RecordComponentInfo
Constructs a new mock record component infoRecordComponentInfoGenerator.get
(int i) final RecordComponentInfo
ClassInfo.recordComponent
(String name) Retrieves a record component by the given name.Methods in org.jboss.jandex that return types with arguments of type RecordComponentInfoModifier and TypeMethodDescriptionfinal List
<RecordComponentInfo> ClassInfo.recordComponents()
Returns a list of all record components declared by this class.final List
<RecordComponentInfo> ClassInfo.unsortedRecordComponents()
Methods in org.jboss.jandex with parameters of type RecordComponentInfoModifier and TypeMethodDescriptionprivate void
Indexer.parseRecordComponentSignature
(String signature, RecordComponentInfo recordComponent) Method parameters in org.jboss.jandex with type arguments of type RecordComponentInfoModifier and TypeMethodDescription(package private) void
ClassInfo.setRecordComponents
(List<RecordComponentInfo> recordComponents, NameTable names)