@java.lang.SuppressWarnings(value: rawtypes) @groovy.transform.CompileStatic class InstanceMethodInvokingClosure extends MethodInvokingClosure
Not public API. Used by GormEnhancer
Fields inherited from class | Fields |
---|---|
class MethodInvokingClosure |
apiDelegate, metaMethod, methodName, parameterTypes |
Constructor and description |
---|
InstanceMethodInvokingClosure
(java.lang.Object apiDelegate, java.lang.Class<?> persistentClass, java.lang.String methodName, java.lang.Class[] parameterTypes) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
call(java.lang.Object[] args) |
Methods inherited from class | Name |
---|---|
class MethodInvokingClosure |
call, doCall, getMaximumNumberOfParameters, getParameterTypes, pickMetaMethod |