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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: ldc "sys"
areturn
end local 0 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 start local 1 start local 2 0: aload 0
aload 2
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: aload 0
aload 2
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: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.cache:Z
ifeq 1
aload 0
getfield io.vertx.config.impl.spi.SystemPropertiesConfigStore.cached:Lio/vertx/core/json/JsonObject;
ifnonnull 2
1: StackMap locals:
StackMap stack:
aload 0
invokestatic java.lang.System.getProperties:()Ljava/util/Properties;
aload 0
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: StackMap locals:
StackMap stack:
aload 1
aload 0
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: return
end local 1 end local 0 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"