[Java] Class Reflector
- org.codehaus.groovy.runtime.Reflector
public class Reflector extends Object
Provides as alternative to reflection using bytecode generation.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public 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/3.0.7/html/gapi/org/codehaus/groovy/runtime/Reflector.html