vertx / io.vertx.core.cli.converters / StringConverter

StringConverter

class StringConverter : Converter<String>

Converts String to String, that's the easy one.

Author
Clement Escoffier

Properties

INSTANCE

static val INSTANCE: StringConverter

The converter.

Functions

fromString

fun fromString(input: String): String

Just returns the given input.