Uses of Interface
java.lang.classfile.attribute.RecordComponentInfo
Packages that use RecordComponentInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of RecordComponentInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return RecordComponentInfoPREVIEWModifier and TypeMethodDescriptionstatic RecordComponentInfoPREVIEW
RecordComponentInfo.of
(Utf8EntryPREVIEW name, Utf8EntryPREVIEW descriptor, AttributePREVIEW<?>... attributes) Returns a record component description.static RecordComponentInfoPREVIEW
RecordComponentInfo.of
(Utf8EntryPREVIEW name, Utf8EntryPREVIEW descriptor, List<AttributePREVIEW<?>> attributes) Returns a record component description.static RecordComponentInfoPREVIEW
Returns a record component description.static RecordComponentInfoPREVIEW
Returns 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 RecordAttributePREVIEW
RecordAttribute.of
(RecordComponentInfoPREVIEW... components) Returns aRecord
attribute.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type RecordComponentInfoPREVIEWModifier and TypeMethodDescriptionstatic RecordAttributePREVIEW
RecordAttribute.of
(List<RecordComponentInfoPREVIEW> components) Returns aRecord
attribute.