public class SingletonMethodInvoker extends MethodInvoker
| Constructor and Description |
|---|
SingletonMethodInvoker(Object target,
Method resolverMethod,
AnnotatedType enclosingType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object target,
Object[] arguments) |
getAnnotatedParameterTypes, getParameterCount, getParameters, getReturnType, toStringequals, hashCodepublic SingletonMethodInvoker(Object target, Method resolverMethod, AnnotatedType enclosingType)
public Object execute(Object target, Object[] arguments) throws InvocationTargetException, IllegalAccessException
execute in class MethodInvokerInvocationTargetExceptionIllegalAccessExceptionCopyright © 2016–2017. All rights reserved.