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