public interface FieldProcessor<T>
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 valueCopyright © 2020–2021. All rights reserved.