Uses of Interface
io.smallrye.classfile.ClassFile.AttributeMapperOption
Packages that use ClassFile.AttributeMapperOption
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.AttributeMapperOption in io.smallrye.classfile
Methods in io.smallrye.classfile that return ClassFile.AttributeMapperOptionModifier and TypeMethodDescriptionClassFile.AttributeMapperOption.of(Function<Utf8Entry, AttributeMapper<?>> attributeMapper) Returns an option describing user-defined attributes for parsing.