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

  static io.ebean.FetchConfig parse(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/FetchConfig;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String path
         0: .line 18
            aload 0 /* path */
            ldc "lazy"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 8
         1: .line 19
            aload 0 /* path */
            invokevirtual java.lang.String.length:()I
            iconst_4
            if_icmpne 3
         2: .line 20
            new io.ebean.FetchConfig
            dup
            invokespecial io.ebean.FetchConfig.<init>:()V
            invokevirtual io.ebean.FetchConfig.lazy:()Lio/ebean/FetchConfig;
            areturn
         3: .line 21
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            iconst_4
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpne 7
         4: .line 22
            aload 0 /* path */
            iconst_5
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 0 /* path */
         5: .line 23
            aload 0 /* path */
            invokestatic io.ebeaninternal.server.grammer.ParseFetchConfig.parseBatchSize:(Ljava/lang/String;)I
            istore 1 /* batchSize */
        start local 1 // int batchSize
         6: .line 24
            new io.ebean.FetchConfig
            dup
            invokespecial io.ebean.FetchConfig.<init>:()V
            iload 1 /* batchSize */
            invokevirtual io.ebean.FetchConfig.lazy:(I)Lio/ebean/FetchConfig;
            areturn
        end local 1 // int batchSize
         7: .line 26
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         8: .line 30
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            ldc "query"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 16
         9: .line 31
            aload 0 /* path */
            invokevirtual java.lang.String.length:()I
            iconst_5
            if_icmpne 11
        10: .line 32
            new io.ebean.FetchConfig
            dup
            invokespecial io.ebean.FetchConfig.<init>:()V
            invokevirtual io.ebean.FetchConfig.query:()Lio/ebean/FetchConfig;
            areturn
        11: .line 33
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            iconst_5
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpne 15
        12: .line 34
            aload 0 /* path */
            bipush 6
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 0 /* path */
        13: .line 35
            aload 0 /* path */
            invokestatic io.ebeaninternal.server.grammer.ParseFetchConfig.parseBatchSize:(Ljava/lang/String;)I
            istore 1 /* batchSize */
        start local 1 // int batchSize
        14: .line 36
            new io.ebean.FetchConfig
            dup
            invokespecial io.ebean.FetchConfig.<init>:()V
            iload 1 /* batchSize */
            invokevirtual io.ebean.FetchConfig.query:(I)Lio/ebean/FetchConfig;
            areturn
        end local 1 // int batchSize
        15: .line 38
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        16: .line 42
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       path  Ljava/lang/String;
            6    7     1  batchSize  I
           14   15     1  batchSize  I
    MethodParameters:
      Name  Flags
      path  

  private static int parseBatchSize(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.String path
         0: .line 46
            aload 0 /* path */
            iconst_0
            aload 0 /* path */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 0 /* path */
         1: .line 47
            aload 0 /* path */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            ireturn
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "ParseFetchConfig.java"