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

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

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

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

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

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

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