public class io.vertx.groovy.servicediscovery.spi.ServiceImporter_GroovyExtension
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.groovy.servicediscovery.spi.ServiceImporter_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 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/servicediscovery/spi/ServiceImporter_GroovyExtension;
public static void start(io.vertx.servicediscovery.spi.ServiceImporter, io.vertx.core.Vertx, io.vertx.servicediscovery.spi.ServicePublisher, java.util.Map<java.lang.String, java.lang.Object>, io.vertx.core.Promise<java.lang.Void>);
descriptor: (Lio/vertx/servicediscovery/spi/ServiceImporter;Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/spi/ServicePublisher;Ljava/util/Map;Lio/vertx/core/Promise;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
1: aload 2
2: aload 3
ifnull 3
aload 3
invokestatic io.vertx.core.impl.ConversionHelper.toJsonObject:(Ljava/util/Map;)Lio/vertx/core/json/JsonObject;
goto 4
StackMap locals: io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.Vertx io.vertx.servicediscovery.spi.ServicePublisher java.util.Map io.vertx.core.Promise
StackMap stack: io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.Vertx io.vertx.servicediscovery.spi.ServicePublisher
3: aconst_null
4: StackMap locals: io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.Vertx io.vertx.servicediscovery.spi.ServicePublisher java.util.Map io.vertx.core.Promise
StackMap stack: io.vertx.servicediscovery.spi.ServiceImporter io.vertx.core.Vertx io.vertx.servicediscovery.spi.ServicePublisher io.vertx.core.json.JsonObject
aload 4
5: invokeinterface io.vertx.servicediscovery.spi.ServiceImporter.start:(Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/spi/ServicePublisher;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Promise;)V
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 j_receiver Lio/vertx/servicediscovery/spi/ServiceImporter;
0 7 1 vertx Lio/vertx/core/Vertx;
0 7 2 publisher Lio/vertx/servicediscovery/spi/ServicePublisher;
0 7 3 configuration Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
0 7 4 future Lio/vertx/core/Promise<Ljava/lang/Void;>;
Signature: (Lio/vertx/servicediscovery/spi/ServiceImporter;Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/spi/ServicePublisher;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lio/vertx/core/Promise<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
j_receiver
vertx
publisher
configuration
future
}
SourceFile: "ServiceImporter_GroovyExtension.java"