Uses of Interface
io.vertx.config.spi.ConfigProcessor
-
Packages that use ConfigProcessor Package Description io.vertx.config.hocon io.vertx.config.spi.utils io.vertx.config.yaml -
-
Uses of ConfigProcessor in io.vertx.config.hocon
Classes in io.vertx.config.hocon that implement ConfigProcessor Modifier and Type Class Description class
HoconProcessor
A processor using Typesafe Conf to read Hocon files. -
Uses of ConfigProcessor in io.vertx.config.spi.utils
Methods in io.vertx.config.spi.utils that return ConfigProcessor Modifier and Type Method Description static ConfigProcessor
Processors. get(String format)
Gets a configuration processor matching with the given format. -
Uses of ConfigProcessor in io.vertx.config.yaml
Classes in io.vertx.config.yaml that implement ConfigProcessor Modifier and Type Class Description class
YamlProcessor
A processor using Jackson and SnakeYaml to read Yaml files.
-