Uses of Class
io.vertx.core.cli.converters.ValueOfBasedConverter
Packages that use ValueOfBasedConverter
-
Uses of ValueOfBasedConverter in io.vertx.core.cli.converters
Methods in io.vertx.core.cli.converters that return ValueOfBasedConverterModifier and TypeMethodDescriptionstatic <T> ValueOfBasedConverter<T> ValueOfBasedConverter.getIfEligible(Class<T> clazz) Checks whether the given class can be used by theValueOfBasedConverter(i.e. has a static 'valueOf' method taking a single String as argument).