public class Invocation extends Object
Constructor and Description |
---|
Invocation(Object target,
Method method,
Object[] args) |
public Object getTarget()
public Method getMethod()
public Object[] getArgs()
public Object proceed() throws InvocationTargetException, IllegalAccessException
Copyright © 2010–2015 MyBatis.org. All rights reserved.