play.data.binding.types
Class UploadBinder

java.lang.Object
  extended by play.data.binding.types.UploadBinder
All Implemented Interfaces:
TypeBinder<Model.BinaryField>

public class UploadBinder
extends java.lang.Object
implements TypeBinder<Model.BinaryField>


Constructor Summary
UploadBinder()
           
 
Method Summary
 java.lang.Object 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

UploadBinder

public UploadBinder()
Method Detail

bind

public java.lang.Object bind(java.lang.String name,
                             java.lang.annotation.Annotation[] annotations,
                             java.lang.String value,
                             java.lang.Class actualClass,
                             java.lang.reflect.Type genericType)
Specified by:
bind in interface TypeBinder<Model.BinaryField>


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