public class DefaultPointCut extends PointCut
DEFAULT_PRIORITY| Constructor and Description |
|---|
DefaultPointCut(PointCutConfiguration config,
TracerFactory tracerFactory,
ClassMatcher classMatcher,
MethodMatcher methodMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected PointCutInvocationHandler |
getPointCutInvocationHandlerImpl() |
java.lang.String |
toString() |
compareTo, createExactMethodMatcher, createMethodMatcher, equals, getClassMatcher, getMethodMatcher, getName, getPointCutInvocationHandler, getPriority, hashCode, isDispatcher, isEnabled, isIgnoreTransaction, noticeTransformerStarted, setPrioritypublic DefaultPointCut(PointCutConfiguration config, TracerFactory tracerFactory, ClassMatcher classMatcher, MethodMatcher methodMatcher)
protected PointCutInvocationHandler getPointCutInvocationHandlerImpl()
getPointCutInvocationHandlerImpl in class PointCut