Package | Description |
---|---|
org.apache.commons.proxy2.interceptor | |
org.apache.commons.proxy2.interceptor.matcher.invocation |
Modifier and Type | Method and Description |
---|---|
SwitchInterceptor.CaseBuilder |
SwitchInterceptor.when(InvocationMatcher matcher) |
Modifier and Type | Class and Description |
---|---|
class |
DeclaredByMatcher
InvocationMatcher based on declaring class of the method invoked.
|
class |
MethodNameMatcher
A
MethodNameMatcher simply checks to see that the method name of the invocation matches the target method
name given in the constructor. |
class |
ReturnTypeMatcher |
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.