R - The resulting typepublic interface TableColumnConverter<R> extends ConfigurationObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.String text)
Returns true if the converter can convert the given input.
|
R |
resolve(MfClientHttpRequestFactory requestFactory,
java.lang.String text)
Convert the value.
|
validateR resolve(MfClientHttpRequestFactory requestFactory, java.lang.String text) throws java.net.URISyntaxException, java.io.IOException
requestFactory - for fetching file and http resources.text - the cell value.java.net.URISyntaxExceptionjava.io.IOExceptionboolean canConvert(java.lang.String text)
text - the input to convert.