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, subtypeOf
protected boolean checkIntroductions(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
checkIntroductions
in class MatcherStrategy
public Class<?> getDeclaringClass(Advisor advisor, Method m)
getDeclaringClass
in class MatcherStrategy
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.