public class HoconProcessor extends Object implements io.vertx.config.spi.ConfigProcessor
| Constructor and Description |
|---|
HoconProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
void |
process(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration,
io.vertx.core.buffer.Buffer input,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
public String name()
name in interface io.vertx.config.spi.ConfigProcessorpublic void process(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration,
io.vertx.core.buffer.Buffer input,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
process in interface io.vertx.config.spi.ConfigProcessorCopyright © 2021 Eclipse. All rights reserved.