C
- The class containing the method to be accessedpublic interface MethodAccess<C>
Modifier and Type | Method and Description |
---|---|
Class<C> |
declaringClass()
Get the Class containing the field being accessed
|
Object |
invoke(C parent,
Object... args)
Invokes the method
|
Method |
method()
Get the Method being accessed
|
Class<?> |
returnClass()
The Class giving the type of the method result or null
|
Class<C> declaringClass()
Class<?> returnClass()
Copyright © 2010–2018 Jadira Systems. All rights reserved.