public interface io.vertx.config.spi.ConfigProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.config.spi.ConfigProcessor
  super_class: java.lang.Object
{
  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void process(io.vertx.core.Vertx, io.vertx.core.json.JsonObject, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.config.spi.ConfigProcessor this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject configuration
        start local 3 // io.vertx.core.buffer.Buffer input
        start local 4 // io.vertx.core.Handler handler
         0: .line 54
            aload 1 /* vertx */
            aload 4 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/spi/ConfigProcessor.lambda$0(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6 itf)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         1: .line 55
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.core.buffer.Buffer input
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.config.spi.ConfigProcessor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/config/spi/ConfigProcessor;
            0    2     1          vertx  Lio/vertx/core/Vertx;
            0    2     2  configuration  Lio/vertx/core/json/JsonObject;
            0    2     3          input  Lio/vertx/core/buffer/Buffer;
            0    2     4        handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      vertx          
      configuration  
      input          
      handler        

  public io.vertx.core.Future<io.vertx.core.json.JsonObject> process(io.vertx.core.Vertx, io.vertx.core.json.JsonObject, io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.vertx.config.spi.ConfigProcessor this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject configuration
        start local 3 // io.vertx.core.buffer.Buffer input
         0: .line 67
            aload 1 /* vertx */
            checkcast io.vertx.core.impl.VertxInternal
            astore 4 /* vertxInternal */
        start local 4 // io.vertx.core.impl.VertxInternal vertxInternal
         1: .line 68
            aload 4 /* vertxInternal */
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 5 /* promise */
        start local 5 // io.vertx.core.Promise promise
         2: .line 69
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* configuration */
            aload 3 /* input */
            aload 5 /* promise */
            invokeinterface io.vertx.config.spi.ConfigProcessor.process:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         3: .line 70
            aload 5 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 5 // io.vertx.core.Promise promise
        end local 4 // io.vertx.core.impl.VertxInternal vertxInternal
        end local 3 // io.vertx.core.buffer.Buffer input
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.config.spi.ConfigProcessor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/config/spi/ConfigProcessor;
            0    4     1          vertx  Lio/vertx/core/Vertx;
            0    4     2  configuration  Lio/vertx/core/json/JsonObject;
            0    4     3          input  Lio/vertx/core/buffer/Buffer;
            1    4     4  vertxInternal  Lio/vertx/core/impl/VertxInternal;
            2    4     5        promise  Lio/vertx/core/Promise<Lio/vertx/core/json/JsonObject;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
               Name  Flags
      vertx          
      configuration  
      input          

  private static void lambda$0(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 54
            aload 0
            ldc "Deprecated"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;
}
SourceFile: "ConfigProcessor.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles