Uses of Interface
io.github.dmlloyd.classfile.attribute.ModuleHashesAttribute
Packages that use ModuleHashesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of ModuleHashesAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type ModuleHashesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<ModuleHashesAttribute> Attributes.moduleHashes()Returns the mapper for theModuleHashesattribute. -
Uses of ModuleHashesAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.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.