public interface io.vertx.ext.web.handler.graphql.UploadScalar
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.graphql.UploadScalar
  super_class: java.lang.Object
{
  public static graphql.schema.GraphQLScalarType build();
    descriptor: ()Lgraphql/schema/GraphQLScalarType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 15
            new graphql.schema.GraphQLScalarType$Builder
            dup
            invokespecial graphql.schema.GraphQLScalarType$Builder.<init>:()V
         1: .line 16
            ldc "Upload"
            invokevirtual graphql.schema.GraphQLScalarType$Builder.name:(Ljava/lang/String;)Lgraphql/schema/GraphQLScalarType$Builder;
            ldc "A file part in a multipart request"
            invokevirtual graphql.schema.GraphQLScalarType$Builder.description:(Ljava/lang/String;)Lgraphql/schema/GraphQLScalarType$Builder;
            new io.vertx.ext.web.handler.graphql.UploadScalar$1
            dup
            invokespecial io.vertx.ext.web.handler.graphql.UploadScalar$1.<init>:()V
            invokevirtual graphql.schema.GraphQLScalarType$Builder.coercing:(Lgraphql/schema/Coercing;)Lgraphql/schema/GraphQLScalarType$Builder;
         2: .line 36
            invokevirtual graphql.schema.GraphQLScalarType$Builder.build:()Lgraphql/schema/GraphQLScalarType;
         3: .line 15
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
}
SourceFile: "UploadScalar.java"
NestMembers:
  io.vertx.ext.web.handler.graphql.UploadScalar$1
InnerClasses:
  public Builder = graphql.schema.GraphQLScalarType$Builder of graphql.schema.GraphQLScalarType
  io.vertx.ext.web.handler.graphql.UploadScalar$1
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()