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