Uses of Interface
io.smallrye.classfile.attribute.InnerClassesAttribute
Packages that use InnerClassesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of InnerClassesAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type InnerClassesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<InnerClassesAttribute> Attributes.innerClasses()Returns the mapper for theInnerClassesattribute. -
Uses of InnerClassesAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return InnerClassesAttributeModifier and TypeMethodDescriptionstatic InnerClassesAttributeInnerClassesAttribute.of(InnerClassInfo... innerClasses) Returns anInnerClassesattribute.static InnerClassesAttributeInnerClassesAttribute.of(List<InnerClassInfo> innerClasses) Returns anInnerClassesattribute.