play.data.binding
Class Binder
java.lang.Object
play.data.binding.Binder
public class Binder
- extends Object
The binder try to convert String values to Java objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MISSING
public static Object MISSING
Binder
public Binder()
bind
public static Object bind(String name,
Class<?> clazz,
Type type,
Map<String,String[]> params)
directBind
public static Object directBind(String value,
Class clazz)
throws Exception
- Throws:
Exception
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly