vertx / io.vertx.core.cli / TypedArgument / setConverter

setConverter

open fun setConverter(converter: Converter<T>): TypedArgument<T>

Sets the converter used to create the value.

Parameters

converter - the converter

Return
the current TypedArgument instance