Uses of Interface
java.lang.classfile.attribute.ModuleHashesAttribute
Packages that use ModuleHashesAttributePREVIEW
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
Fields in java.lang.classfilePREVIEW with type parameters of type ModuleHashesAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<ModuleHashesAttributePREVIEW> Attributes.MODULE_HASHES
Attribute mapper for theModuleHashes
attribute -
Uses of ModuleHashesAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return ModuleHashesAttributePREVIEWModifier 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.