Class Processors
java.lang.Object
io.vertx.config.spi.utils.Processors
A class to deal with configuration prcessors.
- Author:
- Clement Escoffier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigProcessorGets a configuration processor matching with the given format.
-
Constructor Details
-
Processors
public Processors()
-
-
Method Details
-
get
Gets a configuration processor matching with the given format.- Parameters:
format- the format, must not benull- Returns:
- the configuration processor or
nullif none matches
-
getSupportedFormats
-