A dynamic method present in controllers allowing data binding from a map to a target instance. Example:
def a = new Account()
bindData(a, params)
Modifiers | Name | Description |
---|---|---|
static java.util.regex.Pattern |
METHOD_PATTERN |
|
static java.lang.String |
METHOD_SIGNATURE |
Constructor and description |
---|
BindDynamicMethod
() |
Type | Name and description |
---|---|
java.lang.Object |
invoke(java.lang.Object target, java.lang.String methodName, java.lang.Object[] arguments) |
Methods inherited from class | Name |
---|---|
class AbstractDynamicMethodInvocation |
getPattern, invoke, isMethodMatch, setPattern |