play.data.binding
Class DateBinder
java.lang.Object
play.data.binding.DateBinder
- All Implemented Interfaces:
- SupportedType<Date>
public class DateBinder
- extends Object
- implements SupportedType<Date>
Binder that support Date class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateBinder
public DateBinder()
bind
public Date bind(String value)
throws Exception
- Specified by:
bind in interface SupportedType<Date>
- Throws:
Exception
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly