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.classfilePREVIEW library.-
Uses of ModuleHashesAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type ModuleHashesAttributePREVIEWModifier and TypeMethodDescriptionAttributes.moduleHashes()Returns Attribute mapper for theModuleHashesattribute. -
Uses of ModuleHashesAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type ModuleHashesAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theModuleHashesattribute, which can appear on classes that represent module descriptors.Methods in java.lang.classfile.attributePREVIEW that return ModuleHashesAttributePREVIEWModifier and TypeMethodDescriptionstatic ModuleHashesAttributePREVIEWModuleHashesAttribute.of(Utf8EntryPREVIEW algorithm, ModuleHashInfoPREVIEW... hashes) Returns aModuleHashesattribute.static ModuleHashesAttributePREVIEWReturns aModuleHashesattribute.static ModuleHashesAttributePREVIEWModuleHashesAttribute.of(String algorithm, ModuleHashInfoPREVIEW... hashes) Returns aModuleHashesattribute.static ModuleHashesAttributePREVIEWModuleHashesAttribute.of(String algorithm, List<ModuleHashInfoPREVIEW> hashes) Returns aModuleHashesattribute.