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
Methods in java.lang.classfilePREVIEW that return types with arguments of type RecordAttributePREVIEWModifier and TypeMethodDescriptionAttributes.record()Returns Attribute mapper for theRecordattribute. -
Uses of RecordAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type RecordAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theRecordattribute (JVMS 4.7.30), which can appear on classes to indicate that this class is a record class.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.