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

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

  public static void getRedisClient(io.vertx.servicediscovery.types.RedisDataSource, io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.RedisClient>>);
    descriptor: (Lio/vertx/servicediscovery/types/RedisDataSource;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.RedisDataSource 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 11
            aload 1 /* discovery */
         1: .line 12
            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 13
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource 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.RedisDataSource_GroovyStaticExtension$1
            dup
            aload 3 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$1.<init>:(Lio/vertx/core/Handler;)V
         4: .line 17
            goto 6
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource 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 11
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource 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.RedisDataSource_GroovyStaticExtension$1
            invokestatic io.vertx.servicediscovery.types.RedisDataSource.getRedisClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         7: .line 18
            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.RedisDataSource j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0     j_receiver  Lio/vertx/servicediscovery/types/RedisDataSource;
            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/redis/RedisClient;>;>;
    Signature: (Lio/vertx/servicediscovery/types/RedisDataSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/RedisClient;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      discovery      
      filter         
      resultHandler  

  public static void getRedisClient(io.vertx.servicediscovery.types.RedisDataSource, 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.redis.RedisClient>>);
    descriptor: (Lio/vertx/servicediscovery/types/RedisDataSource;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.RedisDataSource 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 20
            aload 1 /* discovery */
         1: .line 21
            aload 2 /* filter */
            ifnull 3
            new io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$2
            dup
            aload 2 /* filter */
            invokespecial io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$2.<init>:(Ljava/util/function/Function;)V
         2: .line 27
            goto 4
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         3: aconst_null
         4: .line 28
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$2
            aload 3 /* resultHandler */
            ifnull 6
            new io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$3
            dup
            aload 3 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$3.<init>:(Lio/vertx/core/Handler;)V
         5: .line 32
            goto 7
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$2
         6: aconst_null
         7: .line 20
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$2 io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$3
            invokestatic io.vertx.servicediscovery.types.RedisDataSource.getRedisClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         8: .line 33
            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.RedisDataSource j_receiver
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0     j_receiver  Lio/vertx/servicediscovery/types/RedisDataSource;
            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/redis/RedisClient;>;>;
    Signature: (Lio/vertx/servicediscovery/types/RedisDataSource;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/redis/RedisClient;>;>;)V
    MethodParameters:
               Name  Flags
      j_receiver     
      discovery      
      filter         
      resultHandler  

  public static void getRedisClient(io.vertx.servicediscovery.types.RedisDataSource, io.vertx.servicediscovery.ServiceDiscovery, java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.RedisClient>>);
    descriptor: (Lio/vertx/servicediscovery/types/RedisDataSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.types.RedisDataSource j_receiver
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 2 // java.util.Map filter
        start local 3 // java.util.Map consumerConfiguration
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 35
            aload 1 /* discovery */
         1: .line 36
            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 37
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
            aload 3 /* consumerConfiguration */
            ifnull 4
            aload 3 /* consumerConfiguration */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 5
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject
         4: aconst_null
         5: .line 38
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject
            aload 4 /* resultHandler */
            ifnull 7
            new io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$4
            dup
            aload 4 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$4.<init>:(Lio/vertx/core/Handler;)V
         6: .line 42
            goto 8
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject
         7: aconst_null
         8: .line 35
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.Map java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$4
            invokestatic io.vertx.servicediscovery.types.RedisDataSource.getRedisClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
         9: .line 43
            return
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // java.util.Map consumerConfiguration
        end local 2 // java.util.Map filter
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // io.vertx.servicediscovery.types.RedisDataSource j_receiver
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   10     0             j_receiver  Lio/vertx/servicediscovery/types/RedisDataSource;
            0   10     1              discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0   10     2                 filter  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   10     3  consumerConfiguration  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   10     4          resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/RedisClient;>;>;
    Signature: (Lio/vertx/servicediscovery/types/RedisDataSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/RedisClient;>;>;)V
    MethodParameters:
                       Name  Flags
      j_receiver             
      discovery              
      filter                 
      consumerConfiguration  
      resultHandler          

  public static void getRedisClient(io.vertx.servicediscovery.types.RedisDataSource, io.vertx.servicediscovery.ServiceDiscovery, java.util.function.Function<java.util.Map<java.lang.String, java.lang.Object>, java.lang.Boolean>, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.redis.RedisClient>>);
    descriptor: (Lio/vertx/servicediscovery/types/RedisDataSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Ljava/util/Map;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.types.RedisDataSource j_receiver
        start local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 2 // java.util.function.Function filter
        start local 3 // java.util.Map consumerConfiguration
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 45
            aload 1 /* discovery */
         1: .line 46
            aload 2 /* filter */
            ifnull 3
            new io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5
            dup
            aload 2 /* filter */
            invokespecial io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5.<init>:(Ljava/util/function/Function;)V
         2: .line 52
            goto 4
      StackMap locals:
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery
         3: aconst_null
         4: .line 53
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5
            aload 3 /* consumerConfiguration */
            ifnull 5
            aload 3 /* consumerConfiguration */
            invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
            goto 6
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5
         5: aconst_null
         6: .line 54
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5 io.vertx.core.json.JsonObject
            aload 4 /* resultHandler */
            ifnull 8
            new io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$6
            dup
            aload 4 /* resultHandler */
            invokespecial io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$6.<init>:(Lio/vertx/core/Handler;)V
         7: .line 58
            goto 9
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5 io.vertx.core.json.JsonObject
         8: aconst_null
         9: .line 45
      StackMap locals: io.vertx.servicediscovery.types.RedisDataSource io.vertx.servicediscovery.ServiceDiscovery java.util.function.Function java.util.Map io.vertx.core.Handler
      StackMap stack: io.vertx.servicediscovery.ServiceDiscovery io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5 io.vertx.core.json.JsonObject io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$6
            invokestatic io.vertx.servicediscovery.types.RedisDataSource.getRedisClient:(Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
        10: .line 59
            return
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // java.util.Map consumerConfiguration
        end local 2 // java.util.function.Function filter
        end local 1 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 0 // io.vertx.servicediscovery.types.RedisDataSource j_receiver
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0             j_receiver  Lio/vertx/servicediscovery/types/RedisDataSource;
            0   11     1              discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0   11     2                 filter  Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;
            0   11     3  consumerConfiguration  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   11     4          resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/RedisClient;>;>;
    Signature: (Lio/vertx/servicediscovery/types/RedisDataSource;Lio/vertx/servicediscovery/ServiceDiscovery;Ljava/util/function/Function<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Boolean;>;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/redis/RedisClient;>;>;)V
    MethodParameters:
                       Name  Flags
      j_receiver             
      discovery              
      filter                 
      consumerConfiguration  
      resultHandler          
}
SourceFile: "RedisDataSource_GroovyStaticExtension.java"
NestMembers:
  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$1  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$2  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$3  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$4  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$6
InnerClasses:
  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$1
  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$2
  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$3
  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$4
  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$5
  io.vertx.groovy.servicediscovery.types.RedisDataSource_GroovyStaticExtension$6