open class Converters
Entry point to the converter system.
Author
Clement Escoffier
Converters()
Entry point to the converter system. |
open static fun <T : Any> create(type: Class<T>, value: String): Topen static fun <T : Any> create(value: String, converter: Converter<T>): T |
|
open static fun <T : Any> newInstance(type: Class<out Converter<T>>): Converter<T> |