vertx / io.vertx.config.hocon / HoconProcessor

HoconProcessor

open class HoconProcessor : ConfigProcessor

A processor using Typesafe Conf to read Hocon files. It also support JSON and Properties. More details on Hocon and the used library on the Hocon documentation page.

Author
Clement Escoffier

Constructors

<init>

HoconProcessor()

A processor using Typesafe Conf to read Hocon files. It also support JSON and Properties. More details on Hocon and the used library on the Hocon documentation page.

Functions

name

open fun name(): String

process

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