vertx / io.vertx.config.spi.utils / Processors

Processors

open class Processors

A class to deal with configuration prcessors.

Author
Clement Escoffier

Constructors

<init>

Processors()

A class to deal with configuration prcessors.

Functions

get

open static fun get(format: String): ConfigProcessor

Gets a configuration processor matching with the given format.

getSupportedFormats

open static fun getSupportedFormats(): MutableSet<String>