public class examples.ServiceDiscoveryBridgeDockerLinksExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.ServiceDiscoveryBridgeDockerLinksExamples
  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 // examples.ServiceDiscoveryBridgeDockerLinksExamples this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.ServiceDiscoveryBridgeDockerLinksExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/ServiceDiscoveryBridgeDockerLinksExamples;

  public void register(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // examples.ServiceDiscoveryBridgeDockerLinksExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 30
            aload 1 /* vertx */
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;)Lio/vertx/servicediscovery/ServiceDiscovery;
         1: .line 31
            new io.vertx.servicediscovery.docker.DockerLinksServiceImporter
            dup
            invokespecial io.vertx.servicediscovery.docker.DockerLinksServiceImporter.<init>:()V
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            invokeinterface io.vertx.servicediscovery.ServiceDiscovery.registerServiceImporter:(Lio/vertx/servicediscovery/spi/ServiceImporter;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/Future;
            pop
         2: .line 32
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ServiceDiscoveryBridgeDockerLinksExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lexamples/ServiceDiscoveryBridgeDockerLinksExamples;
            0    3     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  
}
SourceFile: "ServiceDiscoveryBridgeDockerLinksExamples.java"