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

  public void example1(io.vertx.core.Vertx, io.vertx.core.DeploymentOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/DeploymentOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // examples.Examples this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.DeploymentOptions options
         0: .line 29
            aload 1 /* vertx */
            ldc "service:com.mycompany.clever-db-service"
            aload 2 /* options */
            invokeinterface io.vertx.core.Vertx.deployVerticle:(Ljava/lang/String;Lio/vertx/core/DeploymentOptions;)Lio/vertx/core/Future;
            pop
         1: .line 30
            return
        end local 2 // io.vertx.core.DeploymentOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lexamples/Examples;
            0    2     1    vertx  Lio/vertx/core/Vertx;
            0    2     2  options  Lio/vertx/core/DeploymentOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public void example2(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // examples.Examples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 33
            aload 1 /* vertx */
            new io.vertx.service.ServiceVerticleFactory
            dup
            invokespecial io.vertx.service.ServiceVerticleFactory.<init>:()V
            invokeinterface io.vertx.core.Vertx.registerVerticleFactory:(Lio/vertx/core/spi/VerticleFactory;)V
         1: .line 34
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.Examples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lexamples/Examples;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  
}
SourceFile: "Examples.java"