Package org.apache.ibatis.plugin
Class Invocation
- java.lang.Object
 - 
- org.apache.ibatis.plugin.Invocation
 
 
- 
public class Invocation extends Object
- Author:
 - Clinton Begin
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Invocation(Object target, Method method, Object[] args) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getArgs()MethodgetMethod()ObjectgetTarget()Objectproceed() 
 - 
 
- 
- 
Method Detail
- 
getTarget
public Object getTarget()
 
- 
getMethod
public Method getMethod()
 
- 
getArgs
public Object[] getArgs()
 
- 
proceed
public Object proceed() throws InvocationTargetException, IllegalAccessException
 
 - 
 
 -