|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 TypeBinder 的软件包 | |
---|---|
play.data.binding | |
play.data.binding.types |
play.data.binding 中 TypeBinder 的使用 |
---|
实现 TypeBinder 的 play.data.binding 中的类 | |
---|---|
static class |
As.DEFAULT
|
参数类型为 TypeBinder 的 play.data.binding 中的方法 | ||
---|---|---|
static
|
Binder.register(java.lang.Class<T> clazz,
TypeBinder<T> typeBinder)
|
play.data.binding.types 中 TypeBinder 的使用 |
---|
实现 TypeBinder 的 play.data.binding.types 中的类 | |
---|---|
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
|
|
||||||||||
上一个 下一个 | 框架 无框架 |