类分层结构
- java.lang.Object
- cn.taketoday.aop.DefaultInterceptorChainFactory (implements cn.taketoday.aop.InterceptorChainFactory, java.io.Serializable)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.taketoday.core.NestedRuntimeException
- cn.taketoday.aop.AopInvocationException
- cn.taketoday.core.NestedRuntimeException
- java.lang.RuntimeException
- java.lang.Exception
接口分层结构
- org.aopalliance.aop.Advice
- cn.taketoday.aop.AfterAdvice
- cn.taketoday.aop.AfterReturningAdvice
- cn.taketoday.aop.ThrowsAdvice
- cn.taketoday.aop.BeforeAdvice
- cn.taketoday.aop.MethodBeforeAdvice
- cn.taketoday.aop.DynamicIntroductionAdvice
- cn.taketoday.aop.IntroductionInterceptor (并 extends org.aopalliance.intercept.MethodInterceptor)
- org.aopalliance.intercept.Interceptor
- org.aopalliance.intercept.MethodInterceptor
- cn.taketoday.aop.IntroductionInterceptor (并 extends cn.taketoday.aop.DynamicIntroductionAdvice)
- org.aopalliance.intercept.MethodInterceptor
- cn.taketoday.aop.AfterAdvice
- cn.taketoday.aop.AdvisedSupportListener
- cn.taketoday.aop.Advisor
- cn.taketoday.aop.IntroductionAdvisor (并 extends cn.taketoday.aop.IntroductionInfo)
- cn.taketoday.aop.PointcutAdvisor
- cn.taketoday.aop.AopInfrastructureBean
- cn.taketoday.aop.ClassFilter
- cn.taketoday.aop.InterceptorChainFactory
- cn.taketoday.aop.IntroductionInfo
- cn.taketoday.aop.IntroductionAdvisor (并 extends cn.taketoday.aop.Advisor)
- org.aopalliance.intercept.Joinpoint
- org.aopalliance.intercept.Invocation
- org.aopalliance.intercept.MethodInvocation
- cn.taketoday.aop.ProxyMethodInvocation (并 extends cn.taketoday.aop.TargetClassAware)
- org.aopalliance.intercept.MethodInvocation
- org.aopalliance.intercept.Invocation
- cn.taketoday.aop.MethodMatcher
- cn.taketoday.aop.IntroductionAwareMethodMatcher
- cn.taketoday.aop.Pointcut
- cn.taketoday.aop.RawTargetAccess
- cn.taketoday.aop.TargetClassAware
- cn.taketoday.aop.ProxyMethodInvocation (并 extends org.aopalliance.intercept.MethodInvocation)
- cn.taketoday.aop.TargetSource