| Modifier and Type | Method and Description |
|---|---|
Object |
Interceptor.intercept(Invocation invocation)
Intercept the specified
Invocation. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ThrowingInterceptor.intercept(Invocation invocation) |
Object |
SwitchInterceptor.intercept(Invocation invocation) |
Object |
ObjectProviderInterceptor.intercept(Invocation invocation) |
Object |
InvokerInterceptor.intercept(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InvocationMatcher.matches(Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReturnTypeMatcher.matches(Invocation invocation) |
boolean |
MethodNameMatcher.matches(Invocation invocation) |
boolean |
DeclaredByMatcher.matches(Invocation invocation) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavassistInvocation
A Javassist-based
Invocation implementation. |
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.