public interface IBasicInvocationSupport
This is a basic support interface used in ObjectTools to support
reflective operations. You MUST NOT implement this interface in terms of
ObjectTools methods!
| Modifier and Type | Method and Description |
|---|---|
Object |
basicInvoke(String name,
Object... values)
Make a reflective call to
name. |
Object basicInvoke(String name, Object... values) throws MethodException
name.name - The name of the method to call.values - The arguments for the invocation.MethodExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.