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