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
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. |
open fun name(): String |
|
open fun process(vertx: Vertx, configuration: JsonObject, input: Buffer, handler: Handler<AsyncResult<JsonObject>>): Unit |