public class IntegerFieldProcessor extends Object implements FieldProcessor<Long>
| Constructor and Description |
|---|
IntegerFieldProcessor(String thousandsSeparator,
String nullValue) |
| Modifier and Type | Method and Description |
|---|---|
Long |
toObject(String text)
Prepare a value for a consumer
|
String |
toString(Long n)
Prepare a value for CSV file.
|
public Long toObject(String text) throws MetaCSVReadException
FieldProcessortoObject in interface FieldProcessor<Long>text - the CSV valueMetaCSVReadExceptionpublic String toString(Long n)
FieldProcessortoString in interface FieldProcessor<Long>n - the valueCopyright © 2020–2021. All rights reserved.