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)
requestFactory - for fetching file and http resources.text - the cell value.boolean canConvert(java.lang.String text)
text - the input to convert.