public class ProxyMatcherStrategy extends MatcherStrategy
| Constructor and Description |
|---|
ProxyMatcherStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkIntroductions(Class<?> clazz,
ClassExpression instanceOf,
Advisor advisor) |
Class<?> |
getDeclaringClass(Advisor advisor,
Method m)
Interface Introduced methods on the proxy will have the wrong declaring class for the matcher,
use the advisor class if it is an interface
|
getMatcher, subtypeOfprotected boolean checkIntroductions(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
checkIntroductions in class MatcherStrategypublic Class<?> getDeclaringClass(Advisor advisor, Method m)
getDeclaringClass in class MatcherStrategyCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.