Uses of Interface
play.data.binding.TypeBinder
-
Packages that use TypeBinder Package Description play.data.binding play.data.binding.types -
-
Uses of TypeBinder in play.data.binding
Classes in play.data.binding that implement TypeBinder Modifier and Type Class Description static class
As.DEFAULT
Methods in play.data.binding that return types with arguments of type TypeBinder Modifier and Type Method Description java.lang.Class<? extends TypeBinder<?>>
binder()
Methods in play.data.binding with parameters of type TypeBinder Modifier and Type Method Description static <T> void
Binder. register(java.lang.Class<T> clazz, TypeBinder<T> typeBinder)
Add custom binder for any given class E.g. -
Uses of TypeBinder in play.data.binding.types
Classes in play.data.binding.types that implement TypeBinder Modifier and Type Class 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
LocalDateTimeBinder
class
LocaleBinder
Binder that support Locale class.class
UploadArrayBinder
Bind file form multipart/form-data request to an array of Upload object.class
UploadBinder
-