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

  public static java.util.Map<java.lang.String, java.lang.Object> createRecord(io.vertx.servicediscovery.types.MessageSource, java.lang.String, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lio/vertx/servicediscovery/types/MessageSource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
        start local 1 // java.lang.String name
        start local 2 // java.lang.String address
        start local 3 // java.lang.String type
        start local 4 // java.util.Map metadata
         0: .line 4
            aload 1 /* name */
         1: .line 5
            aload 2 /* address */
         2: .line 6
            aload 3 /* type */
         3: .line 7
            aload 4 /* metadata */
            ifnull 4
            aload 4 /* metadata */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 5
      StackMap locals: io.vertx.servicediscovery.types.MessageSource java.lang.String java.lang.String java.lang.String java.util.Map
      StackMap stack: java.lang.String java.lang.String java.lang.String
         4: aconst_null
         5: .line 4
      StackMap locals: io.vertx.servicediscovery.types.MessageSource java.lang.String java.lang.String java.lang.String java.util.Map
      StackMap stack: java.lang.String java.lang.String java.lang.String io.vertx.core.json.JsonObject
            invokestatic io.vertx.servicediscovery.types.MessageSource.createRecord:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
            ifnull 15
         6: .line 7
            aload 1 /* name */
         7: .line 8
            aload 2 /* address */
         8: .line 9
            aload 3 /* type */
         9: .line 10
            aload 4 /* metadata */
            ifnull 10
            aload 4 /* metadata */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 11
      StackMap locals: io.vertx.servicediscovery.types.MessageSource java.lang.String java.lang.String java.lang.String java.util.Map
      StackMap stack: java.lang.String java.lang.String java.lang.String
        10: aconst_null
        11: .line 7
      StackMap locals: io.vertx.servicediscovery.types.MessageSource java.lang.String java.lang.String java.lang.String java.util.Map
      StackMap stack: java.lang.String java.lang.String java.lang.String io.vertx.core.json.JsonObject
            invokestatic io.vertx.servicediscovery.types.MessageSource.createRecord:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/Record;
        12: .line 10
            invokevirtual io.vertx.servicediscovery.Record.toJson:()Lio/vertx/core/json/JsonObject;
        13: .line 7
            invokestatic io.vertx.core.impl.ConversionHelper.fromJsonObject:(Lio/vertx/core/json/JsonObject;)Ljava/util/Map;
        14: .line 10
            goto 16
      StackMap locals:
      StackMap stack:
        15: aconst_null
        16: .line 4
      StackMap locals:
      StackMap stack: java.util.Map
            areturn
        end local 4 // java.util.Map metadata
        end local 3 // java.lang.String type
        end local 2 // java.lang.String address
        end local 1 // java.lang.String name
        end local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0  j_receiver  Lio/vertx/servicediscovery/types/MessageSource;
            0   17     1        name  Ljava/lang/String;
            0   17     2     address  Ljava/lang/String;
            0   17     3        type  Ljava/lang/String;
            0   17     4    metadata  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/servicediscovery/types/MessageSource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  
      name        
      address     
      type        
      metadata    

  public static java.util.Map<java.lang.String, java.lang.Object> createRecord(io.vertx.servicediscovery.types.MessageSource, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/servicediscovery/types/MessageSource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
        start local 1 // java.lang.String name
        start local 2 // java.lang.String address
        start local 3 // java.lang.String type
         0: .line 13
            aload 1 /* name */
         1: .line 14
            aload 2 /* address */
         2: .line 15
            aload 3 /* type */
         3: .line 13
            invokestatic io.vertx.servicediscovery.types.MessageSource.createRecord:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
            ifnull 11
         4: .line 15
            aload 1 /* name */
         5: .line 16
            aload 2 /* address */
         6: .line 17
            aload 3 /* type */
         7: .line 15
            invokestatic io.vertx.servicediscovery.types.MessageSource.createRecord:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
         8: .line 17
            invokevirtual io.vertx.servicediscovery.Record.toJson:()Lio/vertx/core/json/JsonObject;
         9: .line 15
            invokestatic io.vertx.core.impl.ConversionHelper.fromJsonObject:(Lio/vertx/core/json/JsonObject;)Ljava/util/Map;
        10: .line 17
            goto 12
      StackMap locals:
      StackMap stack:
        11: aconst_null
        12: .line 13
      StackMap locals:
      StackMap stack: java.util.Map
            areturn
        end local 3 // java.lang.String type
        end local 2 // java.lang.String address
        end local 1 // java.lang.String name
        end local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0  j_receiver  Lio/vertx/servicediscovery/types/MessageSource;
            0   13     1        name  Ljava/lang/String;
            0   13     2     address  Ljava/lang/String;
            0   13     3        type  Ljava/lang/String;
    Signature: (Lio/vertx/servicediscovery/types/MessageSource;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  
      name        
      address     
      type        

  public static java.util.Map<java.lang.String, java.lang.Object> createRecord(io.vertx.servicediscovery.types.MessageSource, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/servicediscovery/types/MessageSource;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
        start local 1 // java.lang.String name
        start local 2 // java.lang.String address
         0: .line 20
            aload 1 /* name */
         1: .line 21
            aload 2 /* address */
         2: .line 20
            invokestatic io.vertx.servicediscovery.types.MessageSource.createRecord:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
            ifnull 9
         3: .line 21
            aload 1 /* name */
         4: .line 22
            aload 2 /* address */
         5: .line 21
            invokestatic io.vertx.servicediscovery.types.MessageSource.createRecord:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/servicediscovery/Record;
         6: .line 22
            invokevirtual io.vertx.servicediscovery.Record.toJson:()Lio/vertx/core/json/JsonObject;
         7: .line 21
            invokestatic io.vertx.core.impl.ConversionHelper.fromJsonObject:(Lio/vertx/core/json/JsonObject;)Ljava/util/Map;
         8: .line 22
            goto 10
      StackMap locals:
      StackMap stack:
         9: aconst_null
        10: .line 20
      StackMap locals:
      StackMap stack: java.util.Map
            areturn
        end local 2 // java.lang.String address
        end local 1 // java.lang.String name
        end local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0  j_receiver  Lio/vertx/servicediscovery/types/MessageSource;
            0   11     1        name  Ljava/lang/String;
            0   11     2     address  Ljava/lang/String;
    Signature: (Lio/vertx/servicediscovery/types/MessageSource;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      j_receiver  
      name        
      address     

  public static <T> void getConsumer(io.vertx.servicediscovery.types.MessageSource, io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.eventbus.MessageConsumer<java.lang.Object>>>);
    descriptor: (Lio/vertx/servicediscovery/types/MessageSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 2 // java.util.Map filter
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 25
            aload 1 /* discovery */
         1: .line 26
            aload 2 /* filter */
            ifnull 2
            aload 2 /* filter */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 3
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         2: aconst_null
         3: .line 27
      StackMap locals: io.vertx.servicediscovery.types.MessageSource io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
            aload 3 /* resultHandler */
            ifnull 5
            new io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$1
            dup
            aload 3 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$1.<init>:(Lio/vertx/core/Handler;)V
         4: .line 31
            goto 6
      StackMap locals: io.vertx.servicediscovery.types.MessageSource io.vertx.servicediscovery.ServiceDiscovery java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
         5: aconst_null
         6: .line 25
      StackMap locals: io.vertx.servicediscovery.types.MessageSource 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.types.MessageSource_GroovyStaticExtension$1
            invokestatic io.vertx.servicediscovery.types.MessageSource.getConsumer:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         7: .line 32
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.util.Map filter
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0     j_receiver  Lio/vertx/servicediscovery/types/MessageSource;
            0    8     1      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    8     2         filter  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    8     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/MessageConsumer<Ljava/lang/Object;>;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/servicediscovery/types/MessageSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/MessageConsumer<Ljava/lang/Object;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      discovery      
      filter         
      resultHandler  

  public static <T> void getConsumer(io.vertx.servicediscovery.types.MessageSource, 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<io.vertx.core.eventbus.MessageConsumer<java.lang.Object>>>);
    descriptor: (Lio/vertx/servicediscovery/types/MessageSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 2 // java.util.function.Function filter
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 34
            aload 1 /* discovery */
         1: .line 35
            aload 2 /* filter */
            ifnull 3
            new io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$2
            dup
            aload 2 /* filter */
            invokespecial io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$2.<init>:(Ljava/util/function/Function;)V
         2: .line 41
            goto 4
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         3: aconst_null
         4: .line 42
      StackMap locals: io.vertx.servicediscovery.types.MessageSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$2
            aload 3 /* resultHandler */
            ifnull 6
            new io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$3
            dup
            aload 3 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$3.<init>:(Lio/vertx/core/Handler;)V
         5: .line 46
            goto 7
      StackMap locals: io.vertx.servicediscovery.types.MessageSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$2
         6: aconst_null
         7: .line 34
      StackMap locals: io.vertx.servicediscovery.types.MessageSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$2 io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$3
            invokestatic io.vertx.servicediscovery.types.MessageSource.getConsumer:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         8: .line 47
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.util.function.Function filter
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // io.vertx.servicediscovery.types.MessageSource j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0     j_receiver  Lio/vertx/servicediscovery/types/MessageSource;
            0    9     1      discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    9     2         filter  Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;
            0    9     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/eventbus/MessageConsumer<Ljava/lang/Object;>;>;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/servicediscovery/types/MessageSource;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<Lio/vertx/core/eventbus/MessageConsumer<Ljava/lang/Object;>;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      discovery      
      filter         
      resultHandler  
}
SourceFile: "MessageSource_GroovyStaticExtension.java"
NestMembers:
  io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$1  io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$2  io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$3
InnerClasses:
  io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$1
  io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$2
  io.vertx.groovy.servicediscovery.types.MessageSource_GroovyStaticExtension$3