public class io.ebeaninternal.server.transaction.NoopProfileHandler implements io.ebeaninternal.api.SpiProfileHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.transaction.NoopProfileHandler
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.transaction.NoopProfileHandler this
         0: .line 9
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.transaction.NoopProfileHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/transaction/NoopProfileHandler;

  public void collectTransactionProfile(io.ebeaninternal.server.transaction.TransactionProfile);
    descriptor: (Lio/ebeaninternal/server/transaction/TransactionProfile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.transaction.NoopProfileHandler this
        start local 1 // io.ebeaninternal.server.transaction.TransactionProfile transactionProfile
         0: .line 14
            return
        end local 1 // io.ebeaninternal.server.transaction.TransactionProfile transactionProfile
        end local 0 // io.ebeaninternal.server.transaction.NoopProfileHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lio/ebeaninternal/server/transaction/NoopProfileHandler;
            0    1     1  transactionProfile  Lio/ebeaninternal/server/transaction/TransactionProfile;
    MethodParameters:
                    Name  Flags
      transactionProfile  

  public io.ebeaninternal.server.transaction.ProfileStream createProfileStream(io.ebean.ProfileLocation);
    descriptor: (Lio/ebean/ProfileLocation;)Lio/ebeaninternal/server/transaction/ProfileStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.transaction.NoopProfileHandler this
        start local 1 // io.ebean.ProfileLocation location
         0: .line 19
            aconst_null
            areturn
        end local 1 // io.ebean.ProfileLocation location
        end local 0 // io.ebeaninternal.server.transaction.NoopProfileHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/ebeaninternal/server/transaction/NoopProfileHandler;
            0    1     1  location  Lio/ebean/ProfileLocation;
    MethodParameters:
          Name  Flags
      location  
}
SourceFile: "NoopProfileHandler.java"