Uses of Class
org.jboss.jandex.RecordComponentInfo
-
-
Uses of RecordComponentInfo in org.jboss.jandex
Methods in org.jboss.jandex that return RecordComponentInfo Modifier and Type Method Description RecordComponentInfoAnnotationTarget. asRecordComponent()Casts and returns this target as aRecordComponentInfoif it is of kindRECORD_COMPONENTRecordComponentInfoClassInfo. asRecordComponent()RecordComponentInfoFieldInfo. asRecordComponent()RecordComponentInfoMethodInfo. asRecordComponent()RecordComponentInfoMethodParameterInfo. asRecordComponent()RecordComponentInfoRecordComponentInfo. asRecordComponent()RecordComponentInfoTypeTarget. asRecordComponent()static RecordComponentInfoRecordComponentInfo. create(ClassInfo clazz, String name, Type type)Constructs a new mock record component infoRecordComponentInfoClassInfo. recordComponent(String name)Retrieves a record component by the given name.Methods in org.jboss.jandex that return types with arguments of type RecordComponentInfo Modifier and Type Method Description List<RecordComponentInfo>ClassInfo. recordComponents()Returns a list of all record components declared by this class.List<RecordComponentInfo>ClassInfo. unsortedRecordComponents()
-