Class Processors

java.lang.Object
io.vertx.config.spi.utils.Processors

public class Processors extends Object
A class to deal with configuration prcessors.
Author:
Clement Escoffier
  • Constructor Details

    • Processors

      public Processors()
  • Method Details

    • get

      public static ConfigProcessor get(String format)
      Gets a configuration processor matching with the given format.
      Parameters:
      format - the format, must not be null
      Returns:
      the configuration processor or null if none matches
    • getSupportedFormats

      public static Set<String> getSupportedFormats()
      Returns:
      the set of supported formats