[Java] Class Reflector
- org.codehaus.groovy.runtime.Reflector
 
Provides as alternative to reflection using bytecode generation.
- Authors:
 - James Strachan
 
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
Object |  
invoke(CachedMethod method, Object object, Object[] arguments) |  |
protected Object |  
noSuchMethod(CachedMethod method, Object object, Object[] arguments) |  
Inherited Methods Summary
| Methods inherited from class | Name | 
|---|---|
class Object |  wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |  
Method Detail
public Object invoke(CachedMethod method, Object object, Object[] arguments)
protected Object noSuchMethod(CachedMethod method, Object object, Object[] arguments)
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/Reflector.html