|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToLocalDateConverter
private static class JodaTimeConverters.DateTimeToLocalDateConverter
Used when binding a parsed DateTime to a LocalDate field.
DateTimeParser| Constructor Summary | |
|---|---|
private |
JodaTimeConverters.DateTimeToLocalDateConverter()
|
| Method Summary | |
|---|---|
org.joda.time.LocalDate |
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.DateTimeToLocalDateConverter()
| Method Detail |
|---|
public org.joda.time.LocalDate convert(org.joda.time.DateTime source)
Converter
convert in interface Converter<org.joda.time.DateTime,org.joda.time.LocalDate>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 | ||||||||