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 classAs.DEFAULTMethods 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> voidBinder. 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 classBinaryBinderclassByteArrayArrayBinderBind byte[][] form multipart/form-data request, so you can have a byte[][] in your controller.classByteArrayBinderBind byte[] form multipart/form-data request.classCalendarBinderBinder that support Calendar class.classDateBinderBinder that support Date class.classDateTimeBinderBinder that support Date class.classFileArrayBinderBind a file array form multipart/form-data request.classFileBinderBind file form multipart/form-data request.classLocalDateTimeBinderclassLocaleBinderBinder that support Locale class.classUploadArrayBinderBind file form multipart/form-data request to an array of Upload object.classUploadBinder
-