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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 start local 3 0: aload 1
1: aload 2
2: aload 3
ifnull 3
new io.vertx.ext.consul.ConsulClientOptions
dup
aload 3
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: 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 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 1
1: aload 2
2: aload 3
ifnull 3
new io.vertx.ext.consul.ConsulClientOptions
dup
aload 3
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: 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 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 1
1: aload 2
ifnull 2
new io.vertx.ext.consul.ConsulClientOptions
dup
aload 2
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: 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 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 1
1: aload 2
2: aload 3
ifnull 3
new io.vertx.ext.consul.ConsulClientOptions
dup
aload 3
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: 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 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 1
1: aload 2
2: aload 3
ifnull 3
new io.vertx.ext.consul.ConsulClientOptions
dup
aload 3
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: 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 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 1
1: aload 2
ifnull 2
new io.vertx.ext.consul.ConsulClientOptions
dup
aload 2
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: 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 end local 1 end local 0 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"