Uses of Class
io.vertx.core.cli.converters.ConstructorBasedConverter
Packages that use ConstructorBasedConverter
-
Uses of ConstructorBasedConverter in io.vertx.core.cli.converters
Methods in io.vertx.core.cli.converters that return ConstructorBasedConverterModifier and TypeMethodDescriptionstatic <T> ConstructorBasedConverter<T> ConstructorBasedConverter.getIfEligible(Class<T> clazz) Checks whether the given class can be used by theConstructorBasedConverter(i.e. has a constructor taking a single String as argument).