Uses of Class
play.data.binding.RootParamNode
-
Packages that use RootParamNode Package Description play play.data.binding play.db.jpa play.mvc play.plugins -
-
Uses of RootParamNode in play
Methods in play with parameters of type RootParamNode Modifier and Type Method Description java.lang.ObjectPlayPlugin. bind(RootParamNode rootParamNode, java.lang.String name, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)Called when play need to bind a Java object from HTTP params.java.lang.ObjectPlayPlugin. bindBean(RootParamNode rootParamNode, java.lang.String name, java.lang.Object bean)Called when play need to bind an existing Java object from HTTP params. -
Uses of RootParamNode in play.data.binding
Methods in play.data.binding that return RootParamNode Modifier and Type Method Description static RootParamNodeParamNode. convert(java.util.Map<java.lang.String,java.lang.String[]> params)Methods in play.data.binding with parameters of type RootParamNode Modifier and Type Method Description static java.lang.ObjectBinder. bind(RootParamNode parentParamNode, java.lang.String name, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)static java.lang.ObjectBinder. bind(RootParamNode parentParamNode, java.lang.String name, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, Binder.MethodAndParamInfo methodAndParamInfo)static voidBinder. bindBean(RootParamNode rootParamNode, java.lang.String name, java.lang.Object bean)Invokes the plugins before using the internal bindBean. -
Uses of RootParamNode in play.db.jpa
Methods in play.db.jpa with parameters of type RootParamNode Modifier and Type Method Description java.lang.ObjectJPAPlugin. bind(RootParamNode rootParamNode, java.lang.String name, java.lang.Class clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)java.lang.ObjectJPAPlugin. bindBean(RootParamNode rootParamNode, java.lang.String name, java.lang.Object bean) -
Uses of RootParamNode in play.mvc
Methods in play.mvc that return RootParamNode Modifier and Type Method Description RootParamNodeScope.Params. getRootParamNode()RootParamNodeScope.Params. getRootParamNodeFromRequest() -
Uses of RootParamNode in play.plugins
Methods in play.plugins with parameters of type RootParamNode Modifier and Type Method Description java.lang.ObjectPluginCollection. bind(RootParamNode rootParamNode, java.lang.String name, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)java.lang.ObjectPluginCollection. bindBean(RootParamNode rootParamNode, java.lang.String name, java.lang.Object bean)
-