public interface io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
  super_class: java.lang.Object
{
  public static graphql.schema.PropertyDataFetcher<java.lang.Object> create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lgraphql/schema/PropertyDataFetcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String propertyName
         0: .line 37
            new io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher$1
            dup
            aload 0 /* propertyName */
            invokespecial io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher$1.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.String propertyName
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  propertyName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lgraphql/schema/PropertyDataFetcher<Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
              Name  Flags
      propertyName  
}
SourceFile: "VertxPropertyDataFetcher.java"
NestMembers:
  io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher$1
InnerClasses:
  io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher$1
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()