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

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

  public static io.vertx.servicediscovery.ServiceReference getReferenceWithConfiguration(io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map;Ljava/util/Map;)Lio/vertx/servicediscovery/ServiceReference;
    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 // java.util.Map record
        start local 2 // java.util.Map configuration
         0: .line 7
            aload 0 /* j_receiver */
            aload 1 /* record */
            ifnull 1
            new io.vertx.servicediscovery.Record
            dup
            aload 1 /* record */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.servicediscovery.Record.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         1: aconst_null
         2: .line 8
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record
            aload 2 /* configuration */
            ifnull 3
            aload 2 /* configuration */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 4
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record
         3: aconst_null
         4: .line 7
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record io.vertx.core.json.JsonObject
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getReferenceWithConfiguration:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceReference;
            invokestatic io.vertx.core.impl.ConversionHelper.fromObject:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.servicediscovery.ServiceReference
            areturn
        end local 2 // java.util.Map configuration
        end local 1 // java.util.Map record
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0     j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    5     1         record  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    5     2  configuration  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/servicediscovery/ServiceReference;
    MethodParameters:
               Name  Flags
      j_receiver     
      record         
      configuration  

  public static io.vertx.servicediscovery.ServiceDiscovery registerServiceImporter(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.spi.ServiceImporter, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceImporter;Ljava/util/Map;)Lio/vertx/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // io.vertx.servicediscovery.spi.ServiceImporter importer
        start local 2 // java.util.Map configuration
         0: .line 11
            aload 0 /* j_receiver */
            aload 1 /* importer */
         1: .line 12
            aload 2 /* configuration */
            ifnull 2
            aload 2 /* configuration */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 3
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter java.util.Map
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter
         2: aconst_null
         3: .line 11
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter java.util.Map
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.json.JsonObject
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceImporter:(Lio/vertx/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;)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 configuration
        end local 1 // io.vertx.servicediscovery.spi.ServiceImporter importer
        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       importer  Lio/vertx/servicediscovery/spi/ServiceImporter;
            0    4     2  configuration  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceImporter;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
               Name  Flags
      j_receiver     
      importer       
      configuration  

  public static io.vertx.servicediscovery.ServiceDiscovery registerServiceImporter(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.spi.ServiceImporter, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceImporter;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // io.vertx.servicediscovery.spi.ServiceImporter importer
        start local 2 // java.util.Map configuration
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 15
            aload 0 /* j_receiver */
            aload 1 /* importer */
         1: .line 16
            aload 2 /* configuration */
            ifnull 2
            aload 2 /* configuration */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 3
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter
         2: aconst_null
         3: .line 17
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.json.JsonObject
            aload 3 /* completionHandler */
            ifnull 5
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$1
            dup
            aload 3 /* completionHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$1.<init>:(Lio/vertx/core/Handler;)V
         4: .line 21
            goto 6
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.json.JsonObject
         5: aconst_null
         6: .line 15
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.json.JsonObject io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$1
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceImporter:(Lio/vertx/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;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 configuration
        end local 1 // io.vertx.servicediscovery.spi.ServiceImporter importer
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0         j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    7     1           importer  Lio/vertx/servicediscovery/spi/ServiceImporter;
            0    7     2      configuration  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceImporter;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
                   Name  Flags
      j_receiver         
      importer           
      configuration      
      completionHandler  

  public static io.vertx.servicediscovery.ServiceDiscovery registerServiceExporter(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.spi.ServiceExporter, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceExporter;Ljava/util/Map;)Lio/vertx/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // io.vertx.servicediscovery.spi.ServiceExporter exporter
        start local 2 // java.util.Map configuration
         0: .line 24
            aload 0 /* j_receiver */
            aload 1 /* exporter */
         1: .line 25
            aload 2 /* configuration */
            ifnull 2
            aload 2 /* configuration */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 3
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter java.util.Map
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter
         2: aconst_null
         3: .line 24
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter java.util.Map
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter io.vertx.core.json.JsonObject
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceExporter:(Lio/vertx/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;)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 configuration
        end local 1 // io.vertx.servicediscovery.spi.ServiceExporter exporter
        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       exporter  Lio/vertx/servicediscovery/spi/ServiceExporter;
            0    4     2  configuration  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceExporter;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
               Name  Flags
      j_receiver     
      exporter       
      configuration  

  public static io.vertx.servicediscovery.ServiceDiscovery registerServiceExporter(io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.spi.ServiceExporter, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceExporter;Ljava/util/Map;Lio/vertx/core/Handler;)Lio/vertx/servicediscovery/ServiceDiscovery;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // io.vertx.servicediscovery.spi.ServiceExporter exporter
        start local 2 // java.util.Map configuration
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 28
            aload 0 /* j_receiver */
            aload 1 /* exporter */
         1: .line 29
            aload 2 /* configuration */
            ifnull 2
            aload 2 /* configuration */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 3
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter
         2: aconst_null
         3: .line 30
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter io.vertx.core.json.JsonObject
            aload 3 /* completionHandler */
            ifnull 5
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$2
            dup
            aload 3 /* completionHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$2.<init>:(Lio/vertx/core/Handler;)V
         4: .line 34
            goto 6
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter io.vertx.core.json.JsonObject
         5: aconst_null
         6: .line 28
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.spi.ServiceExporter io.vertx.core.json.JsonObject io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$2
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceExporter:(Lio/vertx/servicediscovery/spi/ServiceExporter;Lio/vertx/core/json/JsonObject;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 configuration
        end local 1 // io.vertx.servicediscovery.spi.ServiceExporter exporter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0         j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    7     1           exporter  Lio/vertx/servicediscovery/spi/ServiceExporter;
            0    7     2      configuration  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/spi/ServiceExporter;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/servicediscovery/ServiceDiscovery;
    MethodParameters:
                   Name  Flags
      j_receiver         
      exporter           
      configuration      
      completionHandler  

  public static void publish(io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String, java.lang.Object>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.Map record
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 37
            aload 0 /* j_receiver */
            aload 1 /* record */
            ifnull 1
            new io.vertx.servicediscovery.Record
            dup
            aload 1 /* record */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.servicediscovery.Record.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         1: aconst_null
         2: .line 38
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record
            aload 2 /* resultHandler */
            ifnull 4
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$3
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$3.<init>:(Lio/vertx/core/Handler;)V
         3: .line 42
            goto 5
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record
         4: aconst_null
         5: .line 37
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$3
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.publish:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         6: .line 43
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.Map record
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0     j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    7     1         record  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      record         
      resultHandler  

  public static void getRecord(io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String, java.lang.Object>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.Map filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 45
            aload 0 /* j_receiver */
            aload 1 /* filter */
            ifnull 1
            aload 1 /* filter */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         1: aconst_null
         2: .line 46
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
            aload 2 /* resultHandler */
            ifnull 4
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$4
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$4.<init>:(Lio/vertx/core/Handler;)V
         3: .line 50
            goto 5
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
         4: aconst_null
         5: .line 45
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$4
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         6: .line 51
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.Map filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0     j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    7     1         filter  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      filter         
      resultHandler  

  public static void getRecord(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<java.util.Map<java.lang.String, java.lang.Object>, java.lang.Boolean>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String, java.lang.Object>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 53
            aload 0 /* j_receiver */
            aload 1 /* filter */
            ifnull 2
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$5
            dup
            aload 1 /* filter */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$5.<init>:(Ljava/util/function/Function;)V
         1: .line 59
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         2: aconst_null
         3: .line 60
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$5
            aload 2 /* resultHandler */
            ifnull 5
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$6
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$6.<init>:(Lio/vertx/core/Handler;)V
         4: .line 64
            goto 6
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$5
         5: aconst_null
         6: .line 53
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$5 io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$6
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         7: .line 65
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0     j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    8     1         filter  Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;
            0    8     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      filter         
      resultHandler  

  public static void getRecord(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<java.util.Map<java.lang.String, java.lang.Object>, java.lang.Boolean>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String, java.lang.Object>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.function.Function filter
        start local 2 // boolean includeOutOfService
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 67
            aload 0 /* j_receiver */
            aload 1 /* filter */
            ifnull 2
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$7
            dup
            aload 1 /* filter */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$7.<init>:(Ljava/util/function/Function;)V
         1: .line 73
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         2: aconst_null
         3: .line 74
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function int io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$7
            iload 2 /* includeOutOfService */
         4: .line 75
            aload 3 /* resultHandler */
            ifnull 6
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$8
            dup
            aload 3 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$8.<init>:(Lio/vertx/core/Handler;)V
         5: .line 79
            goto 7
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function int io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$7 int
         6: aconst_null
         7: .line 67
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function int io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$7 int io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$8
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecord:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         8: .line 80
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean includeOutOfService
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0           j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    9     1               filter  Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;
            0    9     2  includeOutOfService  Z
            0    9     3        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;)V
    MethodParameters:
                     Name  Flags
      j_receiver           
      filter               
      includeOutOfService  
      resultHandler        

  public static void getRecords(io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.util.Map<java.lang.String, java.lang.Object>>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.Map filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 82
            aload 0 /* j_receiver */
            aload 1 /* filter */
            ifnull 1
            aload 1 /* filter */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         1: aconst_null
         2: .line 83
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
            aload 2 /* resultHandler */
            ifnull 4
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$9
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$9.<init>:(Lio/vertx/core/Handler;)V
         3: .line 87
            goto 5
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
         4: aconst_null
         5: .line 82
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$9
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecords:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         6: .line 88
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.Map filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0     j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    7     1         filter  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      filter         
      resultHandler  

  public static void getRecords(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<java.util.Map<java.lang.String, java.lang.Object>, java.lang.Boolean>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.util.Map<java.lang.String, java.lang.Object>>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.function.Function filter
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 90
            aload 0 /* j_receiver */
            aload 1 /* filter */
            ifnull 2
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$10
            dup
            aload 1 /* filter */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$10.<init>:(Ljava/util/function/Function;)V
         1: .line 96
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         2: aconst_null
         3: .line 97
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$10
            aload 2 /* resultHandler */
            ifnull 5
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$11
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$11.<init>:(Lio/vertx/core/Handler;)V
         4: .line 101
            goto 6
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$10
         5: aconst_null
         6: .line 90
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$10 io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$11
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         7: .line 102
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0     j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    8     1         filter  Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;
            0    8     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      filter         
      resultHandler  

  public static void getRecords(io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<java.util.Map<java.lang.String, java.lang.Object>, java.lang.Boolean>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.util.Map<java.lang.String, java.lang.Object>>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.function.Function filter
        start local 2 // boolean includeOutOfService
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 104
            aload 0 /* j_receiver */
            aload 1 /* filter */
            ifnull 2
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$12
            dup
            aload 1 /* filter */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$12.<init>:(Ljava/util/function/Function;)V
         1: .line 110
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         2: aconst_null
         3: .line 111
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function int io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$12
            iload 2 /* includeOutOfService */
         4: .line 112
            aload 3 /* resultHandler */
            ifnull 6
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$13
            dup
            aload 3 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$13.<init>:(Lio/vertx/core/Handler;)V
         5: .line 116
            goto 7
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function int io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$12 int
         6: aconst_null
         7: .line 104
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function int io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$12 int io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$13
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.getRecords:(Ljava/util/function/Function;ZLio/vertx/core/Handler;)V
         8: .line 117
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // boolean includeOutOfService
        end local 1 // java.util.function.Function filter
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    9     0           j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    9     1               filter  Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;
            0    9     2  includeOutOfService  Z
            0    9     3        resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;)V
    MethodParameters:
                     Name  Flags
      j_receiver           
      filter               
      includeOutOfService  
      resultHandler        

  public static void update(io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<java.lang.String, java.lang.Object>>>);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
        start local 1 // java.util.Map record
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 119
            aload 0 /* j_receiver */
            aload 1 /* record */
            ifnull 1
            new io.vertx.servicediscovery.Record
            dup
            aload 1 /* record */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.servicediscovery.Record.<init>:(Lio/vertx/core/json/JsonObject;)V
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         1: aconst_null
         2: .line 120
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record
            aload 2 /* resultHandler */
            ifnull 4
            new io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$14
            dup
            aload 2 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$14.<init>:(Lio/vertx/core/Handler;)V
         3: .line 124
            goto 5
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record
         4: aconst_null
         5: .line 119
      StackMap locals: io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.servicediscovery.Record io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$14
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.update:(Lio/vertx/servicediscovery/Record;Lio/vertx/core/Handler;)V
         6: .line 125
            return
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.util.Map record
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0     j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    7     1         record  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    7     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      record         
      resultHandler  

  public static java.util.Map<java.lang.String, java.lang.Object> options(io.vertx.servicediscovery.ServiceDiscovery);
    descriptor: (Lio/vertx/servicediscovery/ServiceDiscovery;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
         0: .line 127
            aload 0 /* j_receiver */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.options:()Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            ifnull 1
            aload 0 /* j_receiver */
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.options:()Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
            invokevirtual io.vertx.servicediscovery.ServiceDiscoveryOptions.toJson:()Lio/vertx/core/json/JsonObject;
            invokestatic io.vertx.core.impl.ConversionHelper.fromJsonObject:(Lio/vertx/core/json/JsonObject;)Ljava/util/Map;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.util.Map
         2: areturn
        end local 0 // io.vertx.servicediscovery.ServiceDiscovery j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  j_receiver  Lio/vertx/servicediscovery/ServiceDiscovery;
    Signature: (Lio/vertx/servicediscovery/ServiceDiscovery;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  
}
SourceFile: "ServiceDiscovery_GroovyExtension.java"
NestMembers:
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$1  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$10  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$11  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$12  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$13  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$14  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$2  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$3  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$4  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$5  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$6  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$7  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$8  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$9
InnerClasses:
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$1
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$10
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$11
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$12
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$13
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$14
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$2
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$3
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$4
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$5
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$6
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$7
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$8
  io.vertx.groovy.servicediscovery.ServiceDiscovery_GroovyExtension$9