Uses of Interface
io.smallrye.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.smallrye.classfile library.-
Uses of ModuleHashesAttribute in io.smallrye.classfile
Methods in io.smallrye.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.smallrye.classfile.attribute
Methods in io.smallrye.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.