public class io.vertx.groovy.core.Vertx_GroovyStaticExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.groovy.core.Vertx_GroovyStaticExtension
  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_GroovyStaticExtension this
         0: .line 2
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.groovy.core.Vertx_GroovyStaticExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/groovy/core/Vertx_GroovyStaticExtension;

  public static io.vertx.core.Vertx vertx(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/core/Vertx;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, 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 1 /* options */
            ifnull 1
            new io.vertx.core.VertxOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.VertxOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.core.VertxOptions
         2: invokestatic io.vertx.core.Vertx.vertx:(Lio/vertx/core/VertxOptions;)Lio/vertx/core/Vertx;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Vertx
            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/Vertx;
    MethodParameters:
            Name  Flags
      j_receiver  
      options     

  public static void clusteredVertx(io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.Vertx>>);
    descriptor: (Lio/vertx/core/Vertx;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx j_receiver
        start local 1 // java.util.Map options
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 7
            aload 1 /* options */
            ifnull 1
            new io.vertx.core.VertxOptions
            dup
            aload 1 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.core.VertxOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
         2: .line 8
      StackMap locals:
      StackMap stack: io.vertx.core.VertxOptions
            aload 2 /* resultHandler */
            ifnull 4
            new io.vertx.groovy.core.Vertx_GroovyStaticExtension$1
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.core.Vertx_GroovyStaticExtension$1.<init>:(Lio/vertx/core/Handler;)V
         3: .line 12
            goto 5
      StackMap locals:
      StackMap stack: io.vertx.core.VertxOptions
         4: aconst_null
         5: .line 7
      StackMap locals: io.vertx.core.Vertx java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.VertxOptions io.vertx.groovy.core.Vertx_GroovyStaticExtension$1
            invokestatic io.vertx.core.Vertx.clusteredVertx:(Lio/vertx/core/VertxOptions;Lio/vertx/core/Handler;)V
         6: .line 13
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.Map options
        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        options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/Vertx;>;>;
    Signature: (Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/Vertx;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      options        
      resultHandler  
}
SourceFile: "Vertx_GroovyStaticExtension.java"
NestMembers:
  io.vertx.groovy.core.Vertx_GroovyStaticExtension$1
InnerClasses:
  io.vertx.groovy.core.Vertx_GroovyStaticExtension$1