vertx / io.vertx.core.cli.converters / Converters

Converters

open class Converters

Entry point to the converter system.

Author
Clement Escoffier

Constructors

<init>

Converters()

Entry point to the converter system.

Functions

create

open static fun <T : Any> create(type: Class<T>, value: String): T
open static fun <T : Any> create(value: String, converter: Converter<T>): T

newInstance

open static fun <T : Any> newInstance(type: Class<out Converter<T>>): Converter<T>