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() |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
process(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration,
io.vertx.core.buffer.Buffer input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic String name()
name in interface ConfigProcessorpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> process(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration,
io.vertx.core.buffer.Buffer input)
process in interface ConfigProcessorCopyright © 2021 Eclipse. All rights reserved.