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
PREVIEW library.-
Uses of RecordAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<RecordAttributePREVIEW> Attributes.RECORD
Attribute mapper for theRecord
attribute -
Uses of RecordAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionstatic RecordAttributePREVIEW
RecordAttribute.of
(RecordComponentInfoPREVIEW... components) Returns aRecord
attribute.static RecordAttributePREVIEW
RecordAttribute.of
(List<RecordComponentInfoPREVIEW> components) Returns aRecord
attribute.