play.data.binding
Class FileBinder
java.lang.Object
play.data.binding.FileBinder
- All Implemented Interfaces:
- SupportedType<File>
public class FileBinder
- extends Object
- implements SupportedType<File>
Bind file form multipart/form-data request.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBinder
public FileBinder()
bind
public File bind(String value)
- Specified by:
bind in interface SupportedType<File>
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly