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

  public io.ebeaninternal.api.SpiQueryBindCapture createBindCapture(io.ebeaninternal.api.SpiQueryPlan);
    descriptor: (Lio/ebeaninternal/api/SpiQueryPlan;)Lio/ebeaninternal/api/SpiQueryBindCapture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.NoopQueryPlanManager this
        start local 1 // io.ebeaninternal.api.SpiQueryPlan queryPlan
         0: .line 13
            getstatic io.ebeaninternal.api.SpiQueryBindCapture.NOOP:Lio/ebeaninternal/api/SpiQueryBindCapture;
            areturn
        end local 1 // io.ebeaninternal.api.SpiQueryPlan queryPlan
        end local 0 // io.ebeaninternal.api.NoopQueryPlanManager this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/ebeaninternal/api/NoopQueryPlanManager;
            0    1     1  queryPlan  Lio/ebeaninternal/api/SpiQueryPlan;
    MethodParameters:
           Name  Flags
      queryPlan  

  public java.util.List<io.ebean.meta.MetaQueryPlan> collect(io.ebean.meta.QueryPlanRequest);
    descriptor: (Lio/ebean/meta/QueryPlanRequest;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.ebeaninternal.api.NoopQueryPlanManager this
        start local 1 // io.ebean.meta.QueryPlanRequest request
         0: .line 18
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 1 // io.ebean.meta.QueryPlanRequest request
        end local 0 // io.ebeaninternal.api.NoopQueryPlanManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/ebeaninternal/api/NoopQueryPlanManager;
            0    1     1  request  Lio/ebean/meta/QueryPlanRequest;
    Signature: (Lio/ebean/meta/QueryPlanRequest;)Ljava/util/List<Lio/ebean/meta/MetaQueryPlan;>;
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "NoopQueryPlanManager.java"