class io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder
  super_class: java.lang.Object
{
  private boolean hasPersistMethods;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<java.lang.reflect.Method> preInserts;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> postInserts;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> preUpdates;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> postUpdates;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> preDeletes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> postDeletes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> preSoftDeletes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> postSoftDeletes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> postLoads;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private final java.util.List<java.lang.reflect.Method> postConstructs;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/reflect/Method;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder this
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preInserts:Ljava/util/List;
         2: .line 76
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postInserts:Ljava/util/List;
         3: .line 77
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preUpdates:Ljava/util/List;
         4: .line 78
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postUpdates:Ljava/util/List;
         5: .line 79
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preDeletes:Ljava/util/List;
         6: .line 80
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postDeletes:Ljava/util/List;
         7: .line 81
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preSoftDeletes:Ljava/util/List;
         8: .line 82
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postSoftDeletes:Ljava/util/List;
         9: .line 83
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postLoads:Ljava/util/List;
        10: .line 84
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postConstructs:Ljava/util/List;
        11: .line 72
            return
        end local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/ebeaninternal/server/deploy/BeanLifecycleAdapterFactory$MethodsHolder;

  private boolean hasPersistMethods();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder this
         0: .line 90
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
            ireturn
        end local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/deploy/BeanLifecycleAdapterFactory$MethodsHolder;

  private void checkMethod(java.lang.reflect.Method, boolean);
    descriptor: (Ljava/lang/reflect/Method;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder this
        start local 1 // java.lang.reflect.Method method
        start local 2 // boolean postConstructPresent
         0: .line 97
            aload 1 /* method */
            ldc Ljavax/persistence/PrePersist;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 3
         1: .line 98
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preInserts:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 99
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
         3: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Ljavax/persistence/PostPersist;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 6
         4: .line 102
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postInserts:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 103
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
         6: .line 105
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Ljavax/persistence/PreUpdate;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 9
         7: .line 106
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preUpdates:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 107
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
         9: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Ljavax/persistence/PostUpdate;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 12
        10: .line 110
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postUpdates:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 111
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
        12: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Ljavax/persistence/PreRemove;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 15
        13: .line 114
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preDeletes:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 115
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
        15: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Ljavax/persistence/PostRemove;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 18
        16: .line 118
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postDeletes:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        17: .line 119
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
        18: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Lio/ebean/annotation/PreSoftDelete;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 21
        19: .line 122
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.preSoftDeletes:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 123
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
        21: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Lio/ebean/annotation/PostSoftDelete;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 24
        22: .line 126
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postSoftDeletes:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 127
            aload 0 /* this */
            iconst_1
            putfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.hasPersistMethods:Z
        24: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            ldc Ljavax/persistence/PostLoad;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 26
        25: .line 130
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postLoads:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        26: .line 132
      StackMap locals:
      StackMap stack:
            iload 2 /* postConstructPresent */
            ifeq 29
        27: .line 133
            aload 1 /* method */
            ldc Ljavax/annotation/PostConstruct;
            invokevirtual java.lang.reflect.Method.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 29
        28: .line 134
            aload 0 /* this */
            getfield io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder.postConstructs:Ljava/util/List;
            aload 1 /* method */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        29: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean postConstructPresent
        end local 1 // java.lang.reflect.Method method
        end local 0 // io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   30     0                  this  Lio/ebeaninternal/server/deploy/BeanLifecycleAdapterFactory$MethodsHolder;
            0   30     1                method  Ljava/lang/reflect/Method;
            0   30     2  postConstructPresent  Z
    MethodParameters:
                      Name  Flags
      method                
      postConstructPresent  
}
SourceFile: "BeanLifecycleAdapterFactory.java"
NestHost: io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory
InnerClasses:
  private MethodsHolder = io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory$MethodsHolder of io.ebeaninternal.server.deploy.BeanLifecycleAdapterFactory