public interface io.vertx.ext.web.handler.graphql.impl.GraphQLInput
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.graphql.impl.GraphQLInput
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.graphql.impl.GraphQLInput decode(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/handler/graphql/impl/GraphQLInput;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.core.buffer.Buffer buffer
         0: .line 31
            aload 0 /* buffer */
            invokestatic io.vertx.core.json.Json.decodeValue:(Lio/vertx/core/buffer/Buffer;)Ljava/lang/Object;
            astore 1 /* value */
        start local 1 // java.lang.Object value
         1: .line 32
            aload 1 /* value */
            invokestatic io.vertx.ext.web.handler.graphql.impl.GraphQLInput.decode:(Ljava/lang/Object;)Lio/vertx/ext/web/handler/graphql/impl/GraphQLInput;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.vertx.core.buffer.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  buffer  Lio/vertx/core/buffer/Buffer;
            1    2     1   value  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      buffer  

  public static io.vertx.ext.web.handler.graphql.impl.GraphQLInput decode(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/ext/web/handler/graphql/impl/GraphQLInput;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 36
            aload 0 /* value */
            instanceof io.vertx.core.json.JsonObject
            ifeq 2
         1: .line 37
            new io.vertx.ext.web.handler.graphql.impl.GraphQLQuery
            dup
            aload 0 /* value */
            checkcast io.vertx.core.json.JsonObject
            invokespecial io.vertx.ext.web.handler.graphql.impl.GraphQLQuery.<init>:(Lio/vertx/core/json/JsonObject;)V
            areturn
         2: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            instanceof io.vertx.core.json.JsonArray
            ifeq 4
         3: .line 39
            new io.vertx.ext.web.handler.graphql.impl.GraphQLBatch
            dup
            aload 0 /* value */
            checkcast io.vertx.core.json.JsonArray
            invokespecial io.vertx.ext.web.handler.graphql.impl.GraphQLBatch.<init>:(Lio/vertx/core/json/JsonArray;)V
            areturn
         4: .line 41
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.DecodeException
            dup
            ldc "Unexpected json content"
            invokespecial io.vertx.core.json.DecodeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "GraphQLInput.java"