public interface StringConverter
StringConverter is an interface for converting String values into a MojoColumn.Type.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convert(java.lang.String s,
MojoColumn.Type outputType)
Convert a
String into the designated output type. |
java.lang.Object convert(java.lang.String s,
MojoColumn.Type outputType)
Convert a String into the designated output type.
s - The String to convertoutputType - The type into which s should be convertedoutputType