open class YamlProcessor : ConfigProcessor
A processor using Jackson and SnakeYaml to read Yaml files.
Author
Clement Escoffier
YamlProcessor()
A processor using Jackson and SnakeYaml to read Yaml files. |
static var YAML_MAPPER: ObjectMapper |
open fun name(): String |
|
open fun process(vertx: Vertx, configuration: JsonObject, input: Buffer, handler: Handler<AsyncResult<JsonObject>>): Unit |