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