public class io.vertx.config.yaml.YamlProcessor implements io.vertx.config.spi.ConfigProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.config.yaml.YamlProcessor
  super_class: java.lang.Object
{
  public static com.fasterxml.jackson.databind.ObjectMapper YAML_MAPPER;
    descriptor: Lcom/fasterxml/jackson/databind/ObjectMapper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            new com.fasterxml.jackson.dataformat.yaml.YAMLMapper
            dup
            invokespecial com.fasterxml.jackson.dataformat.yaml.YAMLMapper.<init>:()V
            putstatic io.vertx.config.yaml.YamlProcessor.YAML_MAPPER:Lcom/fasterxml/jackson/databind/ObjectMapper;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.yaml.YamlProcessor this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.config.yaml.YamlProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/yaml/YamlProcessor;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.yaml.YamlProcessor this
         0: .line 42
            ldc "yaml"
            areturn
        end local 0 // io.vertx.config.yaml.YamlProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/yaml/YamlProcessor;

  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=3, locals=5, args_size=5
        start local 0 // io.vertx.config.yaml.YamlProcessor 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 47
            aload 3 /* input */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 3
         1: .line 49
            aload 4 /* handler */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 50
            return
         3: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* vertx */
         4: .line 55
            aload 3 /* input */
            invokedynamic handle(Lio/vertx/core/buffer/Buffer;)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/yaml/YamlProcessor.lambda$0(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
         5: .line 64
            aload 4 /* handler */
         6: .line 54
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         7: .line 66
            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.yaml.YamlProcessor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lio/vertx/config/yaml/YamlProcessor;
            0    8     1          vertx  Lio/vertx/core/Vertx;
            0    8     2  configuration  Lio/vertx/core/json/JsonObject;
            0    8     3          input  Lio/vertx/core/buffer/Buffer;
            0    8     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
    MethodParameters:
               Name  Flags
      vertx          
      configuration  
      input          
      handler        

  private static void lambda$0(io.vertx.core.buffer.Buffer, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=2
        start local 1 // io.vertx.core.Promise future
         0: .line 57
            getstatic io.vertx.config.yaml.YamlProcessor.YAML_MAPPER:Lcom/fasterxml/jackson/databind/ObjectMapper;
            aload 0
            ldc "utf-8"
            invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.fasterxml.jackson.databind.ObjectMapper.readTree:(Ljava/lang/String;)Lcom/fasterxml/jackson/databind/JsonNode;
            astore 2 /* root */
        start local 2 // com.fasterxml.jackson.databind.JsonNode root
         1: .line 58
            new io.vertx.core.json.JsonObject
            dup
            aload 2 /* root */
            invokevirtual com.fasterxml.jackson.databind.JsonNode.toString:()Ljava/lang/String;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Ljava/lang/String;)V
            astore 3 /* json */
        start local 3 // io.vertx.core.json.JsonObject json
         2: .line 59
            aload 1 /* future */
            aload 3 /* json */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 3 // io.vertx.core.json.JsonObject json
        end local 2 // com.fasterxml.jackson.databind.JsonNode root
         3: .line 60
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 2 /* e */
        start local 2 // java.lang.Exception e
         5: .line 61
            aload 1 /* future */
            aload 2 /* e */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Exception e
         6: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     1  future  Lio/vertx/core/Promise<Lio/vertx/core/json/JsonObject;>;
            1    3     2    root  Lcom/fasterxml/jackson/databind/JsonNode;
            2    3     3    json  Lio/vertx/core/json/JsonObject;
            5    6     2       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.Exception
}
SourceFile: "YamlProcessor.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles