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

  public void save(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // examples.SomeDatabaseServiceImpl this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.core.Handler result
         0: .line 15
            return
        end local 3 // io.vertx.core.Handler result
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // examples.SomeDatabaseServiceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lexamples/SomeDatabaseServiceImpl;
            0    1     1  collection  Ljava/lang/String;
            0    1     2    document  Lio/vertx/core/json/JsonObject;
            0    1     3      result  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
            Name  Flags
      collection  
      document    
      result      

  public examples.SomeDatabaseService foo(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lexamples/SomeDatabaseService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // examples.SomeDatabaseServiceImpl this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.core.Handler result
         0: .line 19
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler result
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // examples.SomeDatabaseServiceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lexamples/SomeDatabaseServiceImpl;
            0    1     1  collection  Ljava/lang/String;
            0    1     2    document  Lio/vertx/core/json/JsonObject;
            0    1     3      result  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lexamples/SomeDatabaseService;
    MethodParameters:
            Name  Flags
      collection  
      document    
      result      
}
SourceFile: "SomeDatabaseServiceImpl.java"