Uses of Interface
java.lang.classfile.attribute.RecordComponentInfo
Packages that use RecordComponentInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of RecordComponentInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return RecordComponentInfoPREVIEWModifier and TypeMethodDescriptionstatic RecordComponentInfoPREVIEWRecordComponentInfo.of(Utf8EntryPREVIEW name, Utf8EntryPREVIEW descriptor, AttributePREVIEW<?>... attributes) Returns a record component description.static RecordComponentInfoPREVIEWRecordComponentInfo.of(Utf8EntryPREVIEW name, Utf8EntryPREVIEW descriptor, List<AttributePREVIEW<?>> attributes) Returns a record component description.static RecordComponentInfoPREVIEWReturns a record component description.static RecordComponentInfoPREVIEWReturns a record component description.Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type RecordComponentInfoPREVIEWModifier and TypeMethodDescriptionRecordAttribute.components()Returns the components of this record class.Methods in java.lang.classfile.attributePREVIEW with parameters of type RecordComponentInfoPREVIEWModifier and TypeMethodDescriptionstatic RecordAttributePREVIEWRecordAttribute.of(RecordComponentInfoPREVIEW... components) Returns aRecordattribute.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type RecordComponentInfoPREVIEWModifier and TypeMethodDescriptionstatic RecordAttributePREVIEWRecordAttribute.of(List<RecordComponentInfoPREVIEW> components) Returns aRecordattribute.