Default string <-> object conversion strategy.
This delegates to ConvertUtils except when the type is assignable from java.util.Date
but not from java.sql.Date
. In this case, the format used is (in SimpleDateFormat terms) EEE MMM dd HH:mm:ss zzz yyyy
. This is the same as the output of the toString method on java.util.Date.
This should preserve the existing symantic behaviour whilst allowing round tripping of dates (given the default settings).
@author Robert Burrell Donkin @since 0.5
|
|
|
|
|
|