public class ObjectFieldProcessor extends Object implements FieldProcessor<Object>
| Constructor and Description |
|---|
ObjectFieldProcessor(String nullValue) |
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 valuepublic Object cast(Object o)
FieldProcessorcast in interface FieldProcessor<Object>o - the objectCopyright © 2020–2021. All rights reserved.