public class AopMethod
extends Object
| Constructor and Description |
|---|
AopMethod(Object target,
Method method,
ChainableMethodAdvice[] chainableMethodAdvices,
Object[] adviceMethodContexts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected Object |
getAdviceMethodContext(int index) |
ChainableMethodAdvice |
getChainableMethodAdvice(int index) |
Method |
getMethod() |
Object |
getTarget() |
int |
hashCode() |
Object |
invoke(Object... arguments) |
String |
toString() |
public AopMethod(Object target,
Method method,
ChainableMethodAdvice[] chainableMethodAdvices,
Object[] adviceMethodContexts)
public boolean equals(Object obj)
equals in class Objectpublic ChainableMethodAdvice getChainableMethodAdvice(int index)
public Method getMethod()
public Object getTarget()
public int hashCode()
hashCode in class Objectpublic Object invoke(Object... arguments)
throws Throwable
Throwablepublic String toString()
toString in class Objectprotected Object getAdviceMethodContext(int index)