Class Converters
java.lang.Object
io.vertx.core.cli.converters.Converters
Entry point to the converter system.
- Author:
- Clement Escoffier invalid input: '<'[email protected]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Converters
public Converters()
-
-
Method Details
-
create
-
create
-
newInstance
public static <T> Converter<T> newInstance(Class<? extends Converter<T>> type) throws IllegalArgumentException - Throws:
IllegalArgumentException
-