Uses of Interface
java.lang.classfile.attribute.ModuleHashesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of ModuleHashesAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<ModuleHashesAttributePREVIEW> Attributes.MODULE_HASHES
Attribute mapper for theModuleHashes
attribute -
Uses of ModuleHashesAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionstatic ModuleHashesAttributePREVIEW
ModuleHashesAttribute.of
(Utf8EntryPREVIEW algorithm, ModuleHashInfoPREVIEW... hashes) Returns aModuleHashes
attribute.static ModuleHashesAttributePREVIEW
Returns aModuleHashes
attribute.static ModuleHashesAttributePREVIEW
ModuleHashesAttribute.of
(String algorithm, ModuleHashInfoPREVIEW... hashes) Returns aModuleHashes
attribute.static ModuleHashesAttributePREVIEW
ModuleHashesAttribute.of
(String algorithm, List<ModuleHashInfoPREVIEW> hashes) Returns aModuleHashes
attribute.