Package | Description |
---|---|
play.data.binding | |
play.data.binding.types |
Modifier and Type | Class and Description |
---|---|
static class |
As.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Binder.register(Class<T> clazz,
TypeBinder<T> typeBinder)
Add custom binder for any given class
E.g.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryBinder |
class |
ByteArrayArrayBinder
Bind byte[][] form multipart/form-data request, so you can have a byte[][] in your controller.
|
class |
ByteArrayBinder
Bind byte[] form multipart/form-data request.
|
class |
CalendarBinder
Binder that support Calendar class.
|
class |
DateBinder
Binder that support Date class.
|
class |
DateTimeBinder
Binder that support Date class.
|
class |
FileArrayBinder
Bind a file array form multipart/form-data request.
|
class |
FileBinder
Bind file form multipart/form-data request.
|
class |
LocaleBinder
Binder that support Locale class.
|
class |
UploadArrayBinder
Bind file form multipart/form-data request to an array of Upload object.
|
class |
UploadBinder |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly