net.sf.doolin.tabular.csv
Class PrimitiveCSVAdapter
java.lang.Object
net.sf.doolin.tabular.csv.PrimitiveCSVAdapter
- All Implemented Interfaces:
- CSVAdapter
public class PrimitiveCSVAdapter
- extends Object
- implements CSVAdapter
Just renders the value by calling the toString() method on it.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveCSVAdapter
public PrimitiveCSVAdapter()
getCSVValue
public String getCSVValue(Object value)
- Just renders the value by calling the
toString() method on
it.
- Specified by:
getCSVValue in interface CSVAdapter
- Parameters:
value - Value to adapt
- Returns:
- Adapted value
- See Also:
CSVAdapter.getCSVValue(java.lang.Object)
Copyright © 2011. All Rights Reserved.