class io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter implements io.ebean.event.BeanPostLoad
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter
  super_class: java.lang.Object
{
  private final java.lang.reflect.Method[] postLoadMethods;
    descriptor: [Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.util.List<java.lang.reflect.Method>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter this
        start local 1 // java.util.List postLoadMethods
         0: .line 271
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 272
            aload 0 /* this */
            aload 1 /* postLoadMethods */
            invokestatic io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory.toArray:(Ljava/util/List;)[Ljava/lang/reflect/Method;
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter.postLoadMethods:[Ljava/lang/reflect/Method;
         2: .line 273
            return
        end local 1 // java.util.List postLoadMethods
        end local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/ebeaninternal/server/deploy/BeanLifecycleAdapterFactory$PostLoadAdapter;
            0    3     1  postLoadMethods  Ljava/util/List<Ljava/lang/reflect/Method;>;
    Signature: (Ljava/util/List<Ljava/lang/reflect/Method;>;)V
    MethodParameters:
                 Name  Flags
      postLoadMethods  

  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.BeanLifecycleAdapterFactory$PostLoadAdapter this
        start local 1 // java.lang.Class cls
         0: .line 278
            iconst_0
            ireturn
        end local 1 // java.lang.Class cls
        end local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/BeanLifecycleAdapterFactory$PostLoadAdapter;
            0    1     1   cls  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      cls   

  private void invoke(java.lang.reflect.Method, java.lang.Object);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.lang.Object bean
         0: .line 283
            aload 1 /* method */
            aload 2 /* bean */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 284
            goto 4
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
         2: astore 3 /* e */
        start local 3 // java.lang.ReflectiveOperationException e
         3: .line 285
            aload 3 /* e */
            invokestatic io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory.unwrapException:(Ljava/lang/ReflectiveOperationException;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // java.lang.ReflectiveOperationException e
         4: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object bean
        end local 1 // java.lang.reflect.Method method
        end local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/ebeaninternal/server/deploy/BeanLifecycleAdapterFactory$PostLoadAdapter;
            0    5     1  method  Ljava/lang/reflect/Method;
            0    5     2    bean  Ljava/lang/Object;
            3    4     3       e  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.reflect.InvocationTargetException
           0     1       2  Class java.lang.IllegalAccessException
    MethodParameters:
        Name  Flags
      method  
      bean    

  public void postLoad(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter this
        start local 1 // java.lang.Object bean
         0: .line 291
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter.postLoadMethods:[Ljava/lang/reflect/Method;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter java.lang.Object top int int java.lang.reflect.Method[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* postLoadMethod */
        start local 2 // java.lang.reflect.Method postLoadMethod
         2: .line 292
            aload 0 /* this */
            aload 2 /* postLoadMethod */
            aload 1 /* bean */
            invokevirtual io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter.invoke:(Ljava/lang/reflect/Method;Ljava/lang/Object;)V
        end local 2 // java.lang.reflect.Method postLoadMethod
         3: .line 291
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 294
            return
        end local 1 // java.lang.Object bean
        end local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lio/ebeaninternal/server/deploy/BeanLifecycleAdapterFactory$PostLoadAdapter;
            0    6     1            bean  Ljava/lang/Object;
            2    3     2  postLoadMethod  Ljava/lang/reflect/Method;
    MethodParameters:
      Name  Flags
      bean  
}
SourceFile: "BeanLifecycleAdapterFactory.java"
NestHost: io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory
InnerClasses:
  private PostLoadAdapter = io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$PostLoadAdapter of io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory