public interface net.bytebuddy.implementation.InvocationHandlerAdapter$AssignerConfigurable extends net.bytebuddy.implementation.Implementation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.InvocationHandlerAdapter$AssignerConfigurable
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.implementation.Implementation withAssigner(net.bytebuddy.implementation.bytecode.assign.Assigner);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/assign/Assigner;)Lnet/bytebuddy/implementation/Implementation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      assigner  
}
SourceFile: "InvocationHandlerAdapter.java"
NestHost: net.bytebuddy.implementation.InvocationHandlerAdapter
InnerClasses:
  public abstract AssignerConfigurable = net.bytebuddy.implementation.InvocationHandlerAdapter$AssignerConfigurable of net.bytebuddy.implementation.InvocationHandlerAdapter