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(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 © 2020 Eclipse. All rights reserved.