public class io.vertx.config.impl.spi.SystemPropertiesConfigStore implements io.vertx.config.spi.ConfigStore, io.vertx.config.spi.ConfigStoreFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.config.impl.spi.SystemPropertiesConfigStore
  super_class: java.lang.Object
{
  private boolean cache;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject cached;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean rawData;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/spi/SystemPropertiesConfigStore;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
         0: .line 44
            ldc "sys"
            areturn
        end local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/spi/SystemPropertiesConfigStore;

  public io.vertx.config.spi.ConfigStore create(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/config/spi/ConfigStore;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject configuration
         0: .line 49
            aload 0 /* this */
            aload 2 /* configuration */
            ldc "cache"
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.cache:Z
         1: .line 50
            aload 0 /* this */
            aload 2 /* configuration */
            ldc "raw-data"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual io.vertx.core.json.JsonObject.getBoolean:(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/lang/Boolean;
            putfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.rawData:Ljava/lang/Boolean;
         2: .line 51
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/config/impl/spi/SystemPropertiesConfigStore;
            0    3     1          vertx  Lio/vertx/core/Vertx;
            0    3     2  configuration  Lio/vertx/core/json/JsonObject;
    MethodParameters:
               Name  Flags
      vertx          
      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=3, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.cache:Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.cached:Lio/vertx/core/json/JsonObject;
            ifnonnull 2
         1: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.lang.System.getProperties:()Ljava/util/Properties;
            aload 0 /* this */
            getfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.rawData:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic io.vertx.config.spi.utils.JsonObjectHelper.from:(Ljava/util/Properties;Z)Lio/vertx/core/json/JsonObject;
            putfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.cached:Lio/vertx/core/json/JsonObject;
         2: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* completionHandler */
            aload 0 /* this */
            getfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.cached:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.encode:()Ljava/lang/String;
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)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
         3: .line 60
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.config.impl.spi.SystemPropertiesConfigStore this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/vertx/config/impl/spi/SystemPropertiesConfigStore;
            0    4     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: "SystemPropertiesConfigStore.java"