Class StatAnnotationAdvisor

  • All Implemented Interfaces:
    Serializable, org.springframework.aop.Advisor, org.springframework.aop.PointcutAdvisor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.Ordered

    public class StatAnnotationAdvisor
    extends org.springframework.aop.support.AbstractPointcutAdvisor
    implements org.springframework.beans.factory.BeanFactoryAware
    See Also:
    Serialized Form
    • Constructor Detail

      • StatAnnotationAdvisor

        public StatAnnotationAdvisor​(DruidStatInterceptor druidStatInterceptor)
    • Method Detail

      • getPointcut

        public org.springframework.aop.Pointcut getPointcut()
        Specified by:
        getPointcut in interface org.springframework.aop.PointcutAdvisor
      • getAdvice

        public org.aopalliance.aop.Advice getAdvice()
        Specified by:
        getAdvice in interface org.springframework.aop.Advisor
      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException
      • buildAdvice

        protected org.aopalliance.aop.Advice buildAdvice()
      • buildPointcut

        protected org.springframework.aop.Pointcut buildPointcut()