play.data.binding.types
Class CalendarBinder

java.lang.Object
  extended by play.data.binding.types.CalendarBinder
All Implemented Interfaces:
TypeBinder<java.util.Calendar>

public class CalendarBinder
extends java.lang.Object
implements TypeBinder<java.util.Calendar>

Binder that support Calendar class.


Constructor Summary
CalendarBinder()
           
 
Method Summary
 java.util.Calendar 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

CalendarBinder

public CalendarBinder()
Method Detail

bind

public java.util.Calendar 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<java.util.Calendar>
Throws:
java.lang.Exception


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