public interface net.bytebuddy.dynamic.scaffold.MethodRegistry
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.dynamic.scaffold.MethodRegistry
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.dynamic.scaffold.MethodRegistry prepend(net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler, net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory, net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/matcher/LatentMatcher;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;)Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;
    MethodParameters:
                          Name  Flags
      methodMatcher             
      handler                   
      attributeAppenderFactory  
      transformer               

  public abstract net.bytebuddy.dynamic.scaffold.MethodRegistry append(net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler, net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory, net.bytebuddy.dynamic.Transformer<net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/matcher/LatentMatcher;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer;)Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Handler;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;Lnet/bytebuddy/dynamic/Transformer<Lnet/bytebuddy/description/method/MethodDescription;>;)Lnet/bytebuddy/dynamic/scaffold/MethodRegistry;
    MethodParameters:
                          Name  Flags
      methodMatcher             
      handler                   
      attributeAppenderFactory  
      transformer               

  public abstract net.bytebuddy.dynamic.scaffold.MethodRegistry$Prepared prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler, net.bytebuddy.dynamic.scaffold.TypeValidation, net.bytebuddy.dynamic.VisibilityBridgeStrategy, net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/VisibilityBridgeStrategy;Lnet/bytebuddy/matcher/LatentMatcher;)Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Prepared;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Lnet/bytebuddy/dynamic/scaffold/TypeValidation;Lnet/bytebuddy/dynamic/VisibilityBridgeStrategy;Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;)Lnet/bytebuddy/dynamic/scaffold/MethodRegistry$Prepared;
    MethodParameters:
                          Name  Flags
      instrumentedType          
      methodGraphCompiler       
      typeValidation            
      visibilityBridgeStrategy  
      ignoredMethods            
}
SourceFile: "MethodRegistry.java"
NestMembers:
  net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled  net.bytebuddy.dynamic.scaffold.MethodRegistry$Default  net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled  net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Compiled$Entry  net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Entry  net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Prepared  net.bytebuddy.dynamic.scaffold.MethodRegistry$Default$Prepared$Entry  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$Compiled  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAbstractMethod  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForAnnotationValue  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForImplementation$Compiled  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForVisibilityBridge  net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler$ForVisibilityBridge$Compiled  net.bytebuddy.dynamic.scaffold.MethodRegistry$Prepared
InnerClasses:
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract Compiled = net.bytebuddy.dynamic.scaffold.MethodRegistry$Compiled of net.bytebuddy.dynamic.scaffold.MethodRegistry
  public Default = net.bytebuddy.dynamic.scaffold.MethodRegistry$Default of net.bytebuddy.dynamic.scaffold.MethodRegistry
  public abstract Handler = net.bytebuddy.dynamic.scaffold.MethodRegistry$Handler of net.bytebuddy.dynamic.scaffold.MethodRegistry
  public abstract Prepared = net.bytebuddy.dynamic.scaffold.MethodRegistry$Prepared of net.bytebuddy.dynamic.scaffold.MethodRegistry
  public abstract Factory = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory of net.bytebuddy.implementation.attribute.MethodAttributeAppender