Uses of Interface
java.lang.classfile.attribute.ModuleHashesAttribute
Packages that use ModuleHashesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile library.-
Uses of ModuleHashesAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type ModuleHashesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<ModuleHashesAttribute> Attributes.moduleHashes()Returns Attribute mapper for theModuleHashesattribute. -
Uses of ModuleHashesAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type ModuleHashesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theModuleHashesattribute, which can appear on classes that represent module descriptors.Methods in java.lang.classfile.attribute that return ModuleHashesAttributeModifier and TypeMethodDescriptionstatic ModuleHashesAttributeModuleHashesAttribute.of(Utf8Entry algorithm, ModuleHashInfo... hashes) Returns aModuleHashesattribute.static ModuleHashesAttributeModuleHashesAttribute.of(Utf8Entry algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashesattribute.static ModuleHashesAttributeModuleHashesAttribute.of(String algorithm, ModuleHashInfo... hashes) Returns aModuleHashesattribute.static ModuleHashesAttributeModuleHashesAttribute.of(String algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashesattribute.