Uses of Interface
io.vertx.config.spi.ConfigProcessor
Packages that use ConfigProcessor
-
Uses of ConfigProcessor in io.vertx.config.hocon
Classes in io.vertx.config.hocon that implement ConfigProcessorModifier and TypeClassDescriptionclassA 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 ConfigProcessorModifier and TypeMethodDescriptionstatic ConfigProcessorGets a configuration processor matching with the given format. -
Uses of ConfigProcessor in io.vertx.config.yaml
Classes in io.vertx.config.yaml that implement ConfigProcessorModifier and TypeClassDescriptionclassA processor using Jackson and SnakeYaml to read Yaml files.