public abstract class net.sf.cglib.proxy.Mixin
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.sf.cglib.proxy.Mixin
  super_class: java.lang.Object
{
  private static final net.sf.cglib.proxy.Mixin$MixinKey KEY_FACTORY;
    descriptor: Lnet/sf/cglib/proxy/Mixin$MixinKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.Map ROUTE_CACHE;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final int STYLE_INTERFACES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int STYLE_BEANS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int STYLE_EVERYTHING;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 37
            ldc Lnet/sf/cglib/proxy/Mixin$MixinKey;
            getstatic net.sf.cglib.core.KeyFactory.CLASS_BY_NAME:Lnet/sf/cglib/core/Customizer;
            invokestatic net.sf.cglib.core.KeyFactory.create:(Ljava/lang/Class;Lnet/sf/cglib/core/Customizer;)Lnet/sf/cglib/core/KeyFactory;
            checkcast net.sf.cglib.proxy.Mixin$MixinKey
         1: .line 36
            putstatic net.sf.cglib.proxy.Mixin.KEY_FACTORY:Lnet/sf/cglib/proxy/Mixin$MixinKey;
         2: .line 38
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            invokestatic java.util.Collections.synchronizedMap:(Ljava/util/Map;)Ljava/util/Map;
            putstatic net.sf.cglib.proxy.Mixin.ROUTE_CACHE:Ljava/util/Map;
         3: .line 42
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.proxy.Mixin this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.proxy.Mixin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/proxy/Mixin;

  public abstract net.sf.cglib.proxy.Mixin newInstance(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      delegates  

  public static net.sf.cglib.proxy.Mixin create(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Object[] delegates
         0: .line 57
            new net.sf.cglib.proxy.Mixin$Generator
            dup
            invokespecial net.sf.cglib.proxy.Mixin$Generator.<init>:()V
            astore 1 /* gen */
        start local 1 // net.sf.cglib.proxy.Mixin$Generator gen
         1: .line 58
            aload 1 /* gen */
            aload 0 /* delegates */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.setDelegates:([Ljava/lang/Object;)V
         2: .line 59
            aload 1 /* gen */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.create:()Lnet/sf/cglib/proxy/Mixin;
            areturn
        end local 1 // net.sf.cglib.proxy.Mixin$Generator gen
        end local 0 // java.lang.Object[] delegates
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  delegates  [Ljava/lang/Object;
            1    3     1        gen  Lnet/sf/cglib/proxy/Mixin$Generator;
    MethodParameters:
           Name  Flags
      delegates  

  public static net.sf.cglib.proxy.Mixin create(java.lang.Class[], java.lang.Object[]);
    descriptor: ([Ljava/lang/Class;[Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.Class[] interfaces
        start local 1 // java.lang.Object[] delegates
         0: .line 69
            new net.sf.cglib.proxy.Mixin$Generator
            dup
            invokespecial net.sf.cglib.proxy.Mixin$Generator.<init>:()V
            astore 2 /* gen */
        start local 2 // net.sf.cglib.proxy.Mixin$Generator gen
         1: .line 70
            aload 2 /* gen */
            aload 0 /* interfaces */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.setClasses:([Ljava/lang/Class;)V
         2: .line 71
            aload 2 /* gen */
            aload 1 /* delegates */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.setDelegates:([Ljava/lang/Object;)V
         3: .line 72
            aload 2 /* gen */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.create:()Lnet/sf/cglib/proxy/Mixin;
            areturn
        end local 2 // net.sf.cglib.proxy.Mixin$Generator gen
        end local 1 // java.lang.Object[] delegates
        end local 0 // java.lang.Class[] interfaces
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  interfaces  [Ljava/lang/Class;
            0    4     1   delegates  [Ljava/lang/Object;
            1    4     2         gen  Lnet/sf/cglib/proxy/Mixin$Generator;
    MethodParameters:
            Name  Flags
      interfaces  
      delegates   

  public static net.sf.cglib.proxy.Mixin createBean(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object[] beans
         0: .line 78
            aconst_null
            aload 0 /* beans */
            invokestatic net.sf.cglib.proxy.Mixin.createBean:(Ljava/lang/ClassLoader;[Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin;
            areturn
        end local 0 // java.lang.Object[] beans
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  beans  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      beans  

  public static net.sf.cglib.proxy.Mixin createBean(java.lang.ClassLoader, java.lang.Object[]);
    descriptor: (Ljava/lang/ClassLoader;[Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.ClassLoader loader
        start local 1 // java.lang.Object[] beans
         0: .line 88
            new net.sf.cglib.proxy.Mixin$Generator
            dup
            invokespecial net.sf.cglib.proxy.Mixin$Generator.<init>:()V
            astore 2 /* gen */
        start local 2 // net.sf.cglib.proxy.Mixin$Generator gen
         1: .line 89
            aload 2 /* gen */
            iconst_1
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.setStyle:(I)V
         2: .line 90
            aload 2 /* gen */
            aload 1 /* beans */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.setDelegates:([Ljava/lang/Object;)V
         3: .line 91
            aload 2 /* gen */
            aload 0 /* loader */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.setClassLoader:(Ljava/lang/ClassLoader;)V
         4: .line 92
            aload 2 /* gen */
            invokevirtual net.sf.cglib.proxy.Mixin$Generator.create:()Lnet/sf/cglib/proxy/Mixin;
            areturn
        end local 2 // net.sf.cglib.proxy.Mixin$Generator gen
        end local 1 // java.lang.Object[] beans
        end local 0 // java.lang.ClassLoader loader
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0  loader  Ljava/lang/ClassLoader;
            0    5     1   beans  [Ljava/lang/Object;
            1    5     2     gen  Lnet/sf/cglib/proxy/Mixin$Generator;
    MethodParameters:
        Name  Flags
      loader  
      beans   

  public static java.lang.Class[] getClasses(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object[] delegates
         0: .line 196
            aload 0 /* delegates */
            invokestatic net.sf.cglib.proxy.Mixin.route:([Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin$Route;
            getfield net.sf.cglib.proxy.Mixin$Route.classes:[Ljava/lang/Class;
            invokevirtual java.lang.Class[].clone:()Ljava/lang/Object;
            checkcast java.lang.Class[]
            areturn
        end local 0 // java.lang.Object[] delegates
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  delegates  [Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      delegates  

  private static net.sf.cglib.proxy.Mixin$Route route(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Lnet/sf/cglib/proxy/Mixin$Route;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // java.lang.Object[] delegates
         0: .line 204
            aload 0 /* delegates */
            invokestatic net.sf.cglib.core.ClassesKey.create:([Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* key */
        start local 1 // java.lang.Object key
         1: .line 205
            getstatic net.sf.cglib.proxy.Mixin.ROUTE_CACHE:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.sf.cglib.proxy.Mixin$Route
            astore 2 /* route */
        start local 2 // net.sf.cglib.proxy.Mixin$Route route
         2: .line 206
            aload 2 /* route */
            ifnonnull 4
         3: .line 207
            getstatic net.sf.cglib.proxy.Mixin.ROUTE_CACHE:Ljava/util/Map;
            aload 1 /* key */
            new net.sf.cglib.proxy.Mixin$Route
            dup
            aload 0 /* delegates */
            invokespecial net.sf.cglib.proxy.Mixin$Route.<init>:([Ljava/lang/Object;)V
            dup
            astore 2 /* route */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 209
      StackMap locals: java.lang.Object net.sf.cglib.proxy.Mixin$Route
      StackMap stack:
            aload 2 /* route */
            areturn
        end local 2 // net.sf.cglib.proxy.Mixin$Route route
        end local 1 // java.lang.Object key
        end local 0 // java.lang.Object[] delegates
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0  delegates  [Ljava/lang/Object;
            1    5     1        key  Ljava/lang/Object;
            2    5     2      route  Lnet/sf/cglib/proxy/Mixin$Route;
    MethodParameters:
           Name  Flags
      delegates  
}
SourceFile: "Mixin.java"
NestMembers:
  net.sf.cglib.proxy.Mixin$Generator  net.sf.cglib.proxy.Mixin$MixinKey  net.sf.cglib.proxy.Mixin$Route
InnerClasses:
  public Generator = net.sf.cglib.proxy.Mixin$Generator of net.sf.cglib.proxy.Mixin
  abstract MixinKey = net.sf.cglib.proxy.Mixin$MixinKey of net.sf.cglib.proxy.Mixin
  private Route = net.sf.cglib.proxy.Mixin$Route of net.sf.cglib.proxy.Mixin