Uses of Class
java.lang.reflect.RecordComponent
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of RecordComponent in java.lang
Modifier and TypeMethodDescriptionClass.getRecordComponents()
Returns an array ofRecordComponent
objects representing all the record components of this record class, ornull
if this class is not a record class.