Uses of Interface
java.lang.classfile.attribute.RecordAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of RecordAttribute in java.lang.classfile
Modifier and TypeMethodDescriptionstatic AttributeMapper
<RecordAttribute> Attributes.record()
Returns Attribute mapper for theRecord
attribute. -
Uses of RecordAttribute in java.lang.classfile.attribute
Modifier and TypeInterfaceDescriptioninterface
Models theRecord
attribute (JVMS 4.7.30), which can appear on classes to indicate that this class is a record class.Modifier and TypeMethodDescriptionstatic RecordAttribute
RecordAttribute.of
(RecordComponentInfo... components) Returns aRecord
attribute.static RecordAttribute
RecordAttribute.of
(List<RecordComponentInfo> components) Returns aRecord
attribute.