|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateConverter
private static class JodaTimeConverters.DateTimeToDateConverter
Used when binding a parsed DateTime to a java.util.Date field.
DateTimeParser| Constructor Summary | |
|---|---|
private |
JodaTimeConverters.DateTimeToDateConverter()
|
| Method Summary | |
|---|---|
java.util.Date |
convert(org.joda.time.DateTime source)
Convert the source of type S to target type T. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private JodaTimeConverters.DateTimeToDateConverter()
| Method Detail |
|---|
public java.util.Date convert(org.joda.time.DateTime source)
Converter
convert in interface Converter<org.joda.time.DateTime,java.util.Date>source - the source object to convert, which must be an instance of S
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||