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.Object
PlayPlugin. 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.Object
PlayPlugin. 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 RootParamNode
ParamNode. 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.Object
Binder. bind(RootParamNode parentParamNode, java.lang.String name, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)
static java.lang.Object
Binder. 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 void
Binder. 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.Object
JPAPlugin. bind(RootParamNode rootParamNode, java.lang.String name, java.lang.Class clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)
java.lang.Object
JPAPlugin. 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 RootParamNode
Scope.Params. getRootParamNode()
RootParamNode
Scope.Params. getRootParamNodeFromRequest()
-
Uses of RootParamNode in play.plugins
Methods in play.plugins with parameters of type RootParamNode Modifier and Type Method Description java.lang.Object
PluginCollection. bind(RootParamNode rootParamNode, java.lang.String name, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations)
java.lang.Object
PluginCollection. bindBean(RootParamNode rootParamNode, java.lang.String name, java.lang.Object bean)
-