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