public class io.ebeaninternal.server.deploy.ChainedBeanPostLoad implements io.ebean.event.BeanPostLoad
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.ChainedBeanPostLoad
  super_class: java.lang.Object
{
  private final java.util.List<io.ebean.event.BeanPostLoad> list;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebean/event/BeanPostLoad;>;

  private final io.ebean.event.BeanPostLoad[] chain;
    descriptor: [Lio/ebean/event/BeanPostLoad;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.util.List<io.ebean.event.BeanPostLoad>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
        start local 1 // java.util.List list
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* list */
            putfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.list:Ljava/util/List;
         2: .line 22
            aload 0 /* this */
            aload 1 /* list */
            iconst_0
            anewarray io.ebean.event.BeanPostLoad
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast io.ebean.event.BeanPostLoad[]
            putfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.chain:[Lio/ebean/event/BeanPostLoad;
         3: .line 23
            return
        end local 1 // java.util.List list
        end local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;
            0    4     1  list  Ljava/util/List<Lio/ebean/event/BeanPostLoad;>;
    Signature: (Ljava/util/List<Lio/ebean/event/BeanPostLoad;>;)V
    MethodParameters:
      Name  Flags
      list  

  public io.ebeaninternal.server.deploy.ChainedBeanPostLoad register(io.ebean.event.BeanPostLoad);
    descriptor: (Lio/ebean/event/BeanPostLoad;)Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
        start local 1 // io.ebean.event.BeanPostLoad c
         0: .line 29
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.list:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 30
            aload 0 /* this */
            areturn
         2: .line 32
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.list:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 2 /* newList */
        start local 2 // java.util.List newList
         3: .line 33
            aload 2 /* newList */
            aload 1 /* c */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 35
            new io.ebeaninternal.server.deploy.ChainedBeanPostLoad
            dup
            aload 2 /* newList */
            invokespecial io.ebeaninternal.server.deploy.ChainedBeanPostLoad.<init>:(Ljava/util/List;)V
            areturn
        end local 2 // java.util.List newList
        end local 1 // io.ebean.event.BeanPostLoad c
        end local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;
            0    5     1        c  Lio/ebean/event/BeanPostLoad;
            3    5     2  newList  Ljava/util/List<Lio/ebean/event/BeanPostLoad;>;
    MethodParameters:
      Name  Flags
      c     

  public io.ebeaninternal.server.deploy.ChainedBeanPostLoad deregister(io.ebean.event.BeanPostLoad);
    descriptor: (Lio/ebean/event/BeanPostLoad;)Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
        start local 1 // io.ebean.event.BeanPostLoad c
         0: .line 43
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.list:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 44
            aload 0 /* this */
            areturn
         2: .line 46
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.list:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 2 /* newList */
        start local 2 // java.util.List newList
         3: .line 47
            aload 2 /* newList */
            aload 1 /* c */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         4: .line 49
            new io.ebeaninternal.server.deploy.ChainedBeanPostLoad
            dup
            aload 2 /* newList */
            invokespecial io.ebeaninternal.server.deploy.ChainedBeanPostLoad.<init>:(Ljava/util/List;)V
            areturn
        end local 2 // java.util.List newList
        end local 1 // io.ebean.event.BeanPostLoad c
        end local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;
            0    5     1        c  Lio/ebean/event/BeanPostLoad;
            3    5     2  newList  Ljava/util/List<Lio/ebean/event/BeanPostLoad;>;
    MethodParameters:
      Name  Flags
      c     

  protected int size();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
         0: .line 57
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.chain:[Lio/ebean/event/BeanPostLoad;
            arraylength
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;

  public boolean isRegisterFor(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
        start local 1 // java.lang.Class cls
         0: .line 63
            iconst_0
            ireturn
        end local 1 // java.lang.Class cls
        end local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;
            0    1     1   cls  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      cls   

  public void postLoad(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
        start local 1 // java.lang.Object bean
         0: .line 71
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.ChainedBeanPostLoad.chain:[Lio/ebean/event/BeanPostLoad;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: io.ebeaninternal.server.deploy.ChainedBeanPostLoad java.lang.Object top int int io.ebean.event.BeanPostLoad[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* aChain */
        start local 2 // io.ebean.event.BeanPostLoad aChain
         2: .line 72
            aload 2 /* aChain */
            aload 1 /* bean */
            invokeinterface io.ebean.event.BeanPostLoad.postLoad:(Ljava/lang/Object;)V
        end local 2 // io.ebean.event.BeanPostLoad aChain
         3: .line 71
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 74
            return
        end local 1 // java.lang.Object bean
        end local 0 // io.ebeaninternal.server.deploy.ChainedBeanPostLoad this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/ebeaninternal/server/deploy/ChainedBeanPostLoad;
            0    6     1    bean  Ljava/lang/Object;
            2    3     2  aChain  Lio/ebean/event/BeanPostLoad;
    MethodParameters:
      Name  Flags
      bean  
}
SourceFile: "ChainedBeanPostLoad.java"