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