interface StringConverter
A functional interface for converting a String to an appropriate type
<T>
abstract T
convert(java.lang.String value)
Groovy Documentation