Uses of Class
io.vertx.core.cli.converters.ConstructorBasedConverter
-
Packages that use ConstructorBasedConverter Package Description io.vertx.core.cli.converters -
-
Uses of ConstructorBasedConverter in io.vertx.core.cli.converters
Methods in io.vertx.core.cli.converters that return ConstructorBasedConverter Modifier and Type Method Description static <T> ConstructorBasedConverter<T>
ConstructorBasedConverter. getIfEligible(Class<T> clazz)
Checks whether the given class can be used by theConstructorBasedConverter
(i.e.
-