Uses of Interface
java.lang.classfile.attribute.RecordAttribute
Packages that use RecordAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of RecordAttributePREVIEW in java.lang.classfilePREVIEW
Fields in java.lang.classfilePREVIEW with type parameters of type RecordAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW<RecordAttributePREVIEW> Attributes.RECORDAttribute mapper for theRecordattribute -
Uses of RecordAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return RecordAttributePREVIEWModifier and TypeMethodDescriptionstatic RecordAttributePREVIEWRecordAttribute.of(RecordComponentInfoPREVIEW... components) Returns aRecordattribute.static RecordAttributePREVIEWRecordAttribute.of(List<RecordComponentInfoPREVIEW> components) Returns aRecordattribute.