Uses of Interface
io.vertx.core.cli.converters.Converter
Packages that use Converter
-
Uses of Converter in io.vertx.core.cli
Fields in io.vertx.core.cli declared as ConverterModifier and TypeFieldDescriptionTypedArgument.converterThe converter to use to create the value.TypedOption.converterthe converter to create the value.Methods in io.vertx.core.cli that return ConverterMethods in io.vertx.core.cli with parameters of type ConverterModifier and TypeMethodDescriptionTypedArgument.setConverter(Converter<T> converter) Sets the converter used to create the value.TypedOption.setConverter(Converter<T> converter) -
Uses of Converter in io.vertx.core.cli.converters
Classes in io.vertx.core.cli.converters that implement ConverterModifier and TypeClassDescriptionfinal classA converter for boolean.final classA converter for character.final classThis 'default' converter tries to create objects using a constructor taking a single String argument.final classThis 'default' converter tries to create objects using a static 'from' method taking a single String argument.final classThis 'default' converter tries to create objects using a static 'from' method taking a single String argument.final classThis 'default' converter tries to create objects using a static 'valueOf' method taking a single String argument.Methods in io.vertx.core.cli.converters that return ConverterModifier and TypeMethodDescriptionstatic <T> Converter<T> Converters.newInstance(Class<? extends Converter<T>> type) Methods in io.vertx.core.cli.converters with parameters of type ConverterModifier and TypeMethodDescriptionstatic <T> TMethod parameters in io.vertx.core.cli.converters with type arguments of type ConverterModifier and TypeMethodDescriptionstatic <T> Converter<T> Converters.newInstance(Class<? extends Converter<T>> type)