public class io.vertx.ext.web.handler.graphql.impl.GraphQLBatch extends java.util.ArrayList<io.vertx.ext.web.handler.graphql.impl.GraphQLQuery> implements io.vertx.ext.web.handler.graphql.impl.GraphQLInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.handler.graphql.impl.GraphQLBatch
  super_class: java.util.ArrayList
{
  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.GraphQLBatch this
        start local 1 // int initialCapacity
         0: .line 31
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokespecial java.util.ArrayList.<init>:(I)V
         1: .line 32
            return
        end local 1 // int initialCapacity
        end local 0 // io.vertx.ext.web.handler.graphql.impl.GraphQLBatch this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/ext/web/handler/graphql/impl/GraphQLBatch;
            0    2     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.GraphQLBatch this
         0: .line 34
            aload 0 /* this */
            invokespecial java.util.ArrayList.<init>:()V
         1: .line 35
            return
        end local 0 // io.vertx.ext.web.handler.graphql.impl.GraphQLBatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/graphql/impl/GraphQLBatch;

  public void <init>(java.util.Collection<? extends io.vertx.ext.web.handler.graphql.impl.GraphQLQuery>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.GraphQLBatch this
        start local 1 // java.util.Collection c
         0: .line 38
            aload 0 /* this */
            aload 1 /* c */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
         1: .line 39
            return
        end local 1 // java.util.Collection c
        end local 0 // io.vertx.ext.web.handler.graphql.impl.GraphQLBatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/graphql/impl/GraphQLBatch;
            0    2     1     c  Ljava/util/Collection<+Lio/vertx/ext/web/handler/graphql/impl/GraphQLQuery;>;
    Signature: (Ljava/util/Collection<+Lio/vertx/ext/web/handler/graphql/impl/GraphQLQuery;>;)V
    MethodParameters:
      Name  Flags
      c     
}
Signature: Ljava/util/ArrayList<Lio/vertx/ext/web/handler/graphql/impl/GraphQLQuery;>;Lio/vertx/ext/web/handler/graphql/impl/GraphQLInput;
SourceFile: "GraphQLBatch.java"
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.databind.annotation.JsonDeserialize(as = Lio/vertx/ext/web/handler/graphql/impl/GraphQLBatch;)