public class YamlProcessor extends Object implements ConfigProcessor
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
YAML_MAPPER |
Constructor and Description |
---|
YamlProcessor() |
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 ConfigProcessor
public 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 ConfigProcessor
Copyright © 2018 Eclipse. All rights reserved.