public class io.vertx.groovy.core.Vertx_GroovyExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.core.Vertx_GroovyExtension
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.groovy.core.Vertx_GroovyExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.core.Vertx_GroovyExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/core/Vertx_GroovyExtension;

  public static io.vertx.core.net.NetServer createNetServer(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/core/net/NetServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.util.Map options
         0: .line 4
            aload 0 /* j_receiver */
            aload 1 /* options */
            ifnull 1
            new io.vertx.core.net.NetServerOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.net.NetServerOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
      StackMap locals: io.vertx.core.Vertx java.util.Map
      StackMap stack: io.vertx.core.Vertx io.vertx.core.net.NetServerOptions
         2: invokeinterface io.vertx.core.Vertx.createNetServer:(Lio/vertx/core/net/NetServerOptions;)Lio/vertx/core/net/NetServer;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.net.NetServer
            areturn
        end local 1 // java.util.Map options
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/Vertx;
            0    3     1     options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/core/net/NetServer;
    MethodParameters:
            Name  Flags
      j_receiver  
      options     

  public static io.vertx.core.net.NetClient createNetClient(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/core/net/NetClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.util.Map options
         0: .line 7
            aload 0 /* j_receiver */
            aload 1 /* options */
            ifnull 1
            new io.vertx.core.net.NetClientOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.net.NetClientOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
      StackMap locals: io.vertx.core.Vertx java.util.Map
      StackMap stack: io.vertx.core.Vertx io.vertx.core.net.NetClientOptions
         2: invokeinterface io.vertx.core.Vertx.createNetClient:(Lio/vertx/core/net/NetClientOptions;)Lio/vertx/core/net/NetClient;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.net.NetClient
            areturn
        end local 1 // java.util.Map options
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/Vertx;
            0    3     1     options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/core/net/NetClient;
    MethodParameters:
            Name  Flags
      j_receiver  
      options     

  public static io.vertx.core.http.HttpServer createHttpServer(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/core/http/HttpServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.util.Map options
         0: .line 10
            aload 0 /* j_receiver */
            aload 1 /* options */
            ifnull 1
            new io.vertx.core.http.HttpServerOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.http.HttpServerOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
      StackMap locals: io.vertx.core.Vertx java.util.Map
      StackMap stack: io.vertx.core.Vertx io.vertx.core.http.HttpServerOptions
         2: invokeinterface io.vertx.core.Vertx.createHttpServer:(Lio/vertx/core/http/HttpServerOptions;)Lio/vertx/core/http/HttpServer;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpServer
            areturn
        end local 1 // java.util.Map options
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/Vertx;
            0    3     1     options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/core/http/HttpServer;
    MethodParameters:
            Name  Flags
      j_receiver  
      options     

  public static io.vertx.core.http.HttpClient createHttpClient(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/core/http/HttpClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.util.Map options
         0: .line 13
            aload 0 /* j_receiver */
            aload 1 /* options */
            ifnull 1
            new io.vertx.core.http.HttpClientOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.http.HttpClientOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
      StackMap locals: io.vertx.core.Vertx java.util.Map
      StackMap stack: io.vertx.core.Vertx io.vertx.core.http.HttpClientOptions
         2: invokeinterface io.vertx.core.Vertx.createHttpClient:(Lio/vertx/core/http/HttpClientOptions;)Lio/vertx/core/http/HttpClient;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClient
            areturn
        end local 1 // java.util.Map options
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/Vertx;
            0    3     1     options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/core/http/HttpClient;
    MethodParameters:
            Name  Flags
      j_receiver  
      options     

  public static io.vertx.core.datagram.DatagramSocket createDatagramSocket(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/core/datagram/DatagramSocket;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.util.Map options
         0: .line 16
            aload 0 /* j_receiver */
            aload 1 /* options */
            ifnull 1
            new io.vertx.core.datagram.DatagramSocketOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.datagram.DatagramSocketOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
      StackMap locals: io.vertx.core.Vertx java.util.Map
      StackMap stack: io.vertx.core.Vertx io.vertx.core.datagram.DatagramSocketOptions
         2: invokeinterface io.vertx.core.Vertx.createDatagramSocket:(Lio/vertx/core/datagram/DatagramSocketOptions;)Lio/vertx/core/datagram/DatagramSocket;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.datagram.DatagramSocket
            areturn
        end local 1 // java.util.Map options
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/Vertx;
            0    3     1     options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/core/datagram/DatagramSocket;
    MethodParameters:
            Name  Flags
      j_receiver  
      options     

  public static io.vertx.core.dns.DnsClient createDnsClient(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/core/dns/DnsClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.util.Map options
         0: .line 19
            aload 0 /* j_receiver */
            aload 1 /* options */
            ifnull 1
            new io.vertx.core.dns.DnsClientOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.dns.DnsClientOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
      StackMap locals: io.vertx.core.Vertx java.util.Map
      StackMap stack: io.vertx.core.Vertx io.vertx.core.dns.DnsClientOptions
         2: invokeinterface io.vertx.core.Vertx.createDnsClient:(Lio/vertx/core/dns/DnsClientOptions;)Lio/vertx/core/dns/DnsClient;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.dns.DnsClient
            areturn
        end local 1 // java.util.Map options
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/core/Vertx;
            0    3     1     options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/core/dns/DnsClient;
    MethodParameters:
            Name  Flags
      j_receiver  
      options     

  public static void deployVerticle(io.vertx.core.Vertx, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;Ljava/util/Map;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.lang.String name
        start local 2 // java.util.Map options
         0: .line 22
            aload 0 /* j_receiver */
            aload 1 /* name */
         1: .line 23
            aload 2 /* options */
            ifnull 2
            new io.vertx.core.DeploymentOptions
            dup
            aload 2 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.DeploymentOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals: io.vertx.core.Vertx java.lang.String java.util.Map
      StackMap stack: io.vertx.core.Vertx java.lang.String
         2: aconst_null
         3: .line 22
      StackMap locals: io.vertx.core.Vertx java.lang.String java.util.Map
      StackMap stack: io.vertx.core.Vertx java.lang.String io.vertx.core.DeploymentOptions
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)V
         4: .line 24
            return
        end local 2 // java.util.Map options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  j_receiver  Lio/vertx/core/Vertx;
            0    5     1        name  Ljava/lang/String;
            0    5     2     options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
            Name  Flags
      j_receiver  
      name        
      options     

  public static void deployVerticle(io.vertx.core.Vertx, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.lang.String name
        start local 2 // java.util.Map options
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 26
            aload 0 /* j_receiver */
            aload 1 /* name */
         1: .line 27
            aload 2 /* options */
            ifnull 2
            new io.vertx.core.DeploymentOptions
            dup
            aload 2 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.DeploymentOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals: io.vertx.core.Vertx java.lang.String java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx java.lang.String
         2: aconst_null
         3: .line 28
      StackMap locals: io.vertx.core.Vertx java.lang.String java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx java.lang.String io.vertx.core.DeploymentOptions
            aload 3 /* completionHandler */
            ifnull 5
            new io.vertx.groovy.core.Vertx_GroovyExtension$1
            dup
            aload 3 /* completionHandler */
            invokespecial io.vertx.groovy.core.Vertx_GroovyExtension$1.<init>:(Lio/vertx/core/Handler;)V
         4: .line 32
            goto 6
      StackMap locals: io.vertx.core.Vertx java.lang.String java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx java.lang.String io.vertx.core.DeploymentOptions
         5: aconst_null
         6: .line 26
      StackMap locals: io.vertx.core.Vertx java.lang.String java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx java.lang.String io.vertx.core.DeploymentOptions io.vertx.groovy.core.Vertx_GroovyExtension$1
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;Lio/vertx/core/Handler;)V
         7: .line 33
            return
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // java.util.Map options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0         j_receiver  Lio/vertx/core/Vertx;
            0    8     1               name  Ljava/lang/String;
            0    8     2            options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    8     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)V
    MethodParameters:
                   Name  Flags
      j_receiver         
      name               
      options            
      completionHandler  

  public static <T> void executeBlocking(io.vertx.core.Vertx, io.vertx.core.Handler<io.vertx.core.Promise<java.lang.Object>>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // boolean ordered
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 35
            aload 0 /* j_receiver */
            aload 1 /* blockingCodeHandler */
            ifnull 1
            aload 1 /* blockingCodeHandler */
            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/groovy/core/Vertx_GroovyExtension.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
         2: .line 36
      StackMap locals: io.vertx.core.Vertx io.vertx.core.Handler int io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.core.Handler
            iload 2 /* ordered */
         3: .line 37
            aload 3 /* resultHandler */
            ifnull 5
            new io.vertx.groovy.core.Vertx_GroovyExtension$2
            dup
            aload 3 /* resultHandler */
            invokespecial io.vertx.groovy.core.Vertx_GroovyExtension$2.<init>:(Lio/vertx/core/Handler;)V
         4: .line 41
            goto 6
      StackMap locals: io.vertx.core.Vertx io.vertx.core.Handler int io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.core.Handler int
         5: aconst_null
         6: .line 35
      StackMap locals: io.vertx.core.Vertx io.vertx.core.Handler int io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.core.Handler int io.vertx.groovy.core.Vertx_GroovyExtension$2
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         7: .line 42
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean ordered
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0           j_receiver  Lio/vertx/core/Vertx;
            0    8     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;
            0    8     2              ordered  Z
            0    8     3        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;)V
    MethodParameters:
                     Name  Flags
      j_receiver           
      blockingCodeHandler  
      ordered              
      resultHandler        

  public static <T> void executeBlocking(io.vertx.core.Vertx, io.vertx.core.Handler<io.vertx.core.Promise<java.lang.Object>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // io.vertx.core.Handler blockingCodeHandler
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 44
            aload 0 /* j_receiver */
            aload 1 /* blockingCodeHandler */
            ifnull 1
            aload 1 /* blockingCodeHandler */
            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/groovy/core/Vertx_GroovyExtension.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V (6)
                  (Lio/vertx/core/Promise;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         1: aconst_null
         2: .line 45
      StackMap locals: io.vertx.core.Vertx io.vertx.core.Handler io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.core.Handler
            aload 2 /* resultHandler */
            ifnull 4
            new io.vertx.groovy.core.Vertx_GroovyExtension$3
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.core.Vertx_GroovyExtension$3.<init>:(Lio/vertx/core/Handler;)V
         3: .line 49
            goto 5
      StackMap locals: io.vertx.core.Vertx io.vertx.core.Handler io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.core.Handler
         4: aconst_null
         5: .line 44
      StackMap locals: io.vertx.core.Vertx io.vertx.core.Handler io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.core.Handler io.vertx.groovy.core.Vertx_GroovyExtension$3
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         6: .line 50
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // io.vertx.core.Handler blockingCodeHandler
        end local 0 // io.vertx.core.Vertx j_receiver
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0           j_receiver  Lio/vertx/core/Vertx;
            0    7     1  blockingCodeHandler  Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;
            0    7     2        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/core/Promise<Ljava/lang/Object;>;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Object;>;>;)V
    MethodParameters:
                     Name  Flags
      j_receiver           
      blockingCodeHandler  
      resultHandler        

  private static void lambda$0(io.vertx.core.Handler, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise event
         0: .line 35
            aload 0
            aload 1 /* event */
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  event  Lio/vertx/core/Promise<Ljava/lang/Object;>;

  private static void lambda$1(io.vertx.core.Handler, io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Promise;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.Promise event
         0: .line 44
            aload 0
            aload 1 /* event */
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise event
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  event  Lio/vertx/core/Promise<Ljava/lang/Object;>;
}
SourceFile: "Vertx_GroovyExtension.java"
NestMembers:
  io.vertx.groovy.core.Vertx_GroovyExtension$1  io.vertx.groovy.core.Vertx_GroovyExtension$2  io.vertx.groovy.core.Vertx_GroovyExtension$3
InnerClasses:
  io.vertx.groovy.core.Vertx_GroovyExtension$1
  io.vertx.groovy.core.Vertx_GroovyExtension$2
  io.vertx.groovy.core.Vertx_GroovyExtension$3
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles