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

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

  public static io.vertx.servicediscovery.ServiceDiscovery create(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.core.Vertx, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.servicediscovery.ServiceDiscovery>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/Vertx;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.util.Map options
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 8
            aload 1 /* vertx */
         1: .line 9
            aload 2 /* options */
            ifnull 2
            new io.vertx.servicediscovery.ServiceDiscoveryOptions
            dup
            aload 2 /* options */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.servicediscovery.ServiceDiscoveryOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.core.Vertx
         2: aconst_null
         3: .line 10
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.Vertx java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.servicediscovery.ServiceDiscoveryOptions
            aload 3 /* completionHandler */
            ifnull 4
            aload 3 /* completionHandler */
            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/servicediscovery/ServiceDiscovery_GroovyStaticExtension.lambda$0(Lio/vertx/core/Handler;Lio/vertx/servicediscovery/ServiceDiscovery;)V (6)
                  (Lio/vertx/servicediscovery/ServiceDiscovery;)V
            goto 5
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.Vertx java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.servicediscovery.ServiceDiscoveryOptions
         4: aconst_null
         5: .line 8
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.Vertx java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.core.Vertx io.vertx.servicediscovery.ServiceDiscoveryOptions io.vertx.core.Handler
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.servicediscovery.ServiceDiscovery
            areturn
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // java.util.Map options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0         j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    6     1              vertx  Lio/vertx/core/Vertx;
            0    6     2            options  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    6     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/servicediscovery/ServiceDiscovery;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/servicediscovery/ServiceDiscovery;>;)Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
                   Name  Flags
      j_receiver         
      vertx              
      options            
      completionHandler  

  public static void releaseServiceObject(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.ServiceDiscovery, java.lang.Object);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 2 // java.lang.Object svcObject
         0: .line 13
            aload 1 /* discovery */
         1: .line 14
            aload 2 /* svcObject */
            invokestatic io.vertx.core.impl.ConversionHelper.toObject:(Ljava/lang/Object;)Ljava/lang/Object;
         2: .line 13
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.releaseServiceObject:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/lang/Object;)V
         3: .line 15
            return
        end local 2 // java.lang.Object svcObject
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    4     1   discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    4     2   svcObject  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      j_receiver  
      discovery   
      svcObject   

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