Package com.espertech.esperio.csv
Class BasicTypeCoercerDateFormat
java.lang.Object
com.espertech.esperio.csv.AbstractTypeCoercer
com.espertech.esperio.csv.BasicTypeCoercer
com.espertech.esperio.csv.BasicTypeCoercerDateFormat
Date format coercion.
-
Field Summary
Fields inherited from class com.espertech.esperio.csv.AbstractTypeCoercer
log, propertyConstructors
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDateFormat
(String propertyName, DateFormat df) Add a date format.Methods inherited from class com.espertech.esperio.csv.AbstractTypeCoercer
setPropertyTypes
-
Constructor Details
-
BasicTypeCoercerDateFormat
public BasicTypeCoercerDateFormat()
-
-
Method Details
-
coerce
- Overrides:
coerce
in classBasicTypeCoercer
- Throws:
Exception
-
addDateFormat
Add a date format.- Parameters:
propertyName
- property to adddf
- the date format
-