vertx / io.vertx.config.yaml / YamlProcessor

YamlProcessor

open class YamlProcessor : ConfigProcessor

A processor using Jackson and SnakeYaml to read Yaml files.

Author
Clement Escoffier

Constructors

<init>

YamlProcessor()

A processor using Jackson and SnakeYaml to read Yaml files.

Properties

YAML_MAPPER

static var YAML_MAPPER: ObjectMapper

Functions

name

open fun name(): String

process

open fun process(vertx: Vertx, configuration: JsonObject, input: Buffer, handler: Handler<AsyncResult<JsonObject>>): Unit