org.dozer.converters
Class CalendarConverter
java.lang.Object
org.dozer.converters.CalendarConverter
- All Implemented Interfaces:
- org.apache.commons.beanutils.Converter
public class CalendarConverter
- extends Object
- implements org.apache.commons.beanutils.Converter
Internal class for converting Supported Data Types --> Calendar. Supported source data types include Date, Calendar,
String, Objects that return a long from their toString(). Only intended for internal use.
- Author:
- tierney.matt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarConverter
public CalendarConverter(DateFormat dateFormat)
convert
public Object convert(Class destClass,
Object srcObj)
- Specified by:
convert in interface org.apache.commons.beanutils.Converter
getDateFormat
public DateFormat getDateFormat()
Copyright © 2005-2011 dozer. All Rights Reserved.