play.data.binding.types
Class DateTimeBinder

java.lang.Object
  extended by play.data.binding.types.DateTimeBinder
All Implemented Interfaces:
TypeBinder<org.joda.time.DateTime>

public class DateTimeBinder
extends java.lang.Object
implements TypeBinder<org.joda.time.DateTime>

Binder that support Date class.


Constructor Summary
DateTimeBinder()
           
 
Method Summary
 org.joda.time.DateTime bind(java.lang.String name, java.lang.annotation.Annotation[] annotations, java.lang.String value, java.lang.Class actualClass, java.lang.reflect.Type genericType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeBinder

public DateTimeBinder()
Method Detail

bind

public org.joda.time.DateTime bind(java.lang.String name,
                                   java.lang.annotation.Annotation[] annotations,
                                   java.lang.String value,
                                   java.lang.Class actualClass,
                                   java.lang.reflect.Type genericType)
                            throws java.lang.Exception
Specified by:
bind in interface TypeBinder<org.joda.time.DateTime>
Throws:
java.lang.Exception


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly