play.data.binding.types
Class LocaleBinder

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

public class LocaleBinder
extends java.lang.Object
implements TypeBinder<java.util.Locale>

Binder that support Locale class.


Constructor Summary
LocaleBinder()
           
 
Method Summary
 java.util.Locale bind(java.lang.String name, java.lang.annotation.Annotation[] annotations, java.lang.String value, java.lang.Class actualClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleBinder

public LocaleBinder()
Method Detail

bind

public java.util.Locale bind(java.lang.String name,
                             java.lang.annotation.Annotation[] annotations,
                             java.lang.String value,
                             java.lang.Class actualClass)
Specified by:
bind in interface TypeBinder<java.util.Locale>


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