public class io.vertx.config.impl.spi.JsonConfigStore implements io.vertx.config.spi.ConfigStore
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.config.impl.spi.JsonConfigStore
  super_class: java.lang.Object
{
  private io.vertx.core.json.JsonObject config;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.spi.JsonConfigStore this
        start local 1 // io.vertx.core.json.JsonObject configuration
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* configuration */
            putfield io.vertx.config.impl.spi.JsonConfigStore.config:Lio/vertx/core/json/JsonObject;
         2: .line 39
            return
        end local 1 // io.vertx.core.json.JsonObject configuration
        end local 0 // io.vertx.config.impl.spi.JsonConfigStore this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/config/impl/spi/JsonConfigStore;
            0    3     1  configuration  Lio/vertx/core/json/JsonObject;
    MethodParameters:
               Name  Flags
      configuration  

  public void get(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.spi.JsonConfigStore this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.config.impl.spi.JsonConfigStore.config:Lio/vertx/core/json/JsonObject;
            ifnonnull 3
         1: .line 44
            aload 1 /* completionHandler */
            ldc "no configuration"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 45
            goto 4
         3: .line 46
      StackMap locals:
      StackMap stack:
            aload 1 /* completionHandler */
            aload 0 /* this */
            getfield io.vertx.config.impl.spi.JsonConfigStore.config:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.toBuffer:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 48
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.config.impl.spi.JsonConfigStore this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lio/vertx/config/impl/spi/JsonConfigStore;
            0    5     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  
}
SourceFile: "JsonConfigStore.java"