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, wait
process
public String name()
name
in interface ConfigProcessor
public 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 ConfigProcessor
Copyright © 2021 Eclipse. All rights reserved.