interface io.vertx.config.impl.spi.PropertiesConfigProcessor$PropertiesReader
minor version: 0
major version: 59
flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.config.impl.spi.PropertiesConfigProcessor$PropertiesReader
super_class: java.lang.Object
{
public abstract io.vertx.core.json.JsonObject readAsJson(io.vertx.core.json.JsonObject, java.io.InputStream);
descriptor: (Lio/vertx/core/json/JsonObject;Ljava/io/InputStream;)Lio/vertx/core/json/JsonObject;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
configuration
stream
}
SourceFile: "PropertiesConfigProcessor.java"
NestHost: io.vertx.config.impl.spi.PropertiesConfigProcessor
InnerClasses:
private abstract PropertiesReader = io.vertx.config.impl.spi.PropertiesConfigProcessor$PropertiesReader of io.vertx.config.impl.spi.PropertiesConfigProcessor