Uses of Interface
io.smallrye.classfile.attribute.NestMembersAttribute
Packages that use NestMembersAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of NestMembersAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type NestMembersAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<NestMembersAttribute> Attributes.nestMembers()Returns the mapper for theNestMembersattribute. -
Uses of NestMembersAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return NestMembersAttributeModifier and TypeMethodDescriptionstatic NestMembersAttributeNestMembersAttribute.of(ClassEntry... nestMembers) Returns aNestMembersattribute.static NestMembersAttributeNestMembersAttribute.of(List<ClassEntry> nestMembers) Returns aNestMembersattribute.static NestMembersAttributeReturns aNestMembersattribute.static NestMembersAttributeReturns aNestMembersattribute.