public class CurrencyIntegerFieldProcessor extends Object implements FieldProcessor<Long>
| Constructor and Description |
|---|
CurrencyIntegerFieldProcessor(boolean pre,
String symbol,
FieldProcessor<Long> numberProcessor,
String nullValue) |
public CurrencyIntegerFieldProcessor(boolean pre,
String symbol,
FieldProcessor<Long> numberProcessor,
String nullValue)
public Long toObject(String text) throws MetaCSVReadException
FieldProcessortoObject in interface FieldProcessor<Long>text - the CSV valueMetaCSVReadException - if the text can't be converted to a T value.public String toString(Long value)
FieldProcessortoString in interface FieldProcessor<Long>value - the valuepublic Long cast(Object o)
FieldProcessorcast in interface FieldProcessor<Long>o - the objectCopyright © 2020–2021. All rights reserved.