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