Package org.cyclopsgroup.caff.conversion
Class DateConverterFactory
java.lang.Object
org.cyclopsgroup.caff.conversion.DateConverterFactory
- All Implemented Interfaces:
ConverterFactory<Date>
- Author:
- Jiaqi Guo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateConverterFactory
public DateConverterFactory()
-
-
Method Details
-
getConverterFor
- Specified by:
getConverterForin interfaceConverterFactory<Date>- Parameters:
valueType- Type of value to convert from/tohint- A optional object, value is determined by implementation- Returns:
- Converter instance that does actual conversion
-