public abstract class MatcherStrategy extends Object
Constructor and Description |
---|
MatcherStrategy() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
checkIntroductions(Class<?> clazz,
ClassExpression instanceOf,
Advisor advisor) |
abstract Class<?> |
getDeclaringClass(Advisor advisor,
Method m) |
static MatcherStrategy |
getMatcher(Advisor advisor) |
boolean |
subtypeOf(Class<?> clazz,
ClassExpression instanceOf,
Advisor advisor) |
public static MatcherStrategy getMatcher(Advisor advisor)
public boolean subtypeOf(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
protected abstract boolean checkIntroductions(Class<?> clazz, ClassExpression instanceOf, Advisor advisor)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.