Uses of Interface
io.smallrye.classfile.attribute.ModuleResolutionAttribute
Packages that use ModuleResolutionAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of ModuleResolutionAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type ModuleResolutionAttributeModifier and TypeMethodDescriptionAttributes.moduleResolution()Returns the mapper for theModuleResolutionattribute. -
Uses of ModuleResolutionAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return ModuleResolutionAttributeModifier and TypeMethodDescriptionstatic ModuleResolutionAttributeModuleResolutionAttribute.of(int resolutionFlags) Returns aModuleResolutionattribute.