public interface FieldProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
cast(Object o)
For lenient writer: cast an objet to T type
|
String |
toCanonicalString(String text)
Prepare a value for a canonical String
|
T |
toObject(String text)
Prepare a value for a consumer
|
String |
toString(T value)
Prepare a value for CSV file.
|
T toObject(String text) throws MetaCSVReadException
text - the CSV valueMetaCSVReadException - if the text can't be converted to a T value.String toString(T value)
value - the valueString toCanonicalString(String text) throws MetaCSVReadException
text - the text valueMetaCSVReadException - if the text can't be converted to a T value.Copyright © 2020–2021. All rights reserved.