play.data.binding
Interface TypeBinder<T>

All Known Implementing Classes:
As.DEFAULT, BinaryBinder, ByteArrayArrayBinder, ByteArrayBinder, CalendarBinder, DateBinder, DateTimeBinder, FileArrayBinder, FileBinder, LocaleBinder, UploadArrayBinder, UploadBinder

public interface TypeBinder<T>

Supported type for binding


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)
           
 

Method Detail

bind

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)
                      throws java.lang.Exception
Throws:
java.lang.Exception


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