Uses of Interface
com.ultikits.ultitools.aop.MethodInterceptor
Packages that use MethodInterceptor
-
Uses of MethodInterceptor in com.ultikits.ultitools.aop
Classes in com.ultikits.ultitools.aop that implement MethodInterceptorModifier and TypeClassDescriptionprivate static classInternal interceptor that only applies if the advisor matches the specific method.classAOP interceptor that handles @ExceptionCatch annotated methods.classAOP interceptor that implements declarative transaction management.Fields in com.ultikits.ultitools.aop declared as MethodInterceptorModifier and TypeFieldDescriptionprivate final MethodInterceptorAopAdvisor.AnnotationAopAdvisor.interceptorFields in com.ultikits.ultitools.aop with type parameters of type MethodInterceptorModifier and TypeFieldDescriptionprivate final List<MethodInterceptor> CglibProxyFactory.CglibMethodInterceptor.interceptorsprivate final List<MethodInterceptor> CglibProxyFactory.interceptorsprivate final List<MethodInterceptor> ReflectiveMethodInvocation.interceptorsMethods in com.ultikits.ultitools.aop that return MethodInterceptorModifier and TypeMethodDescriptionAopAdvisor.AnnotationAopAdvisor.getInterceptor()AopAdvisor.getInterceptor()Gets the interceptor to apply for matching methods.Methods in com.ultikits.ultitools.aop that return types with arguments of type MethodInterceptorModifier and TypeMethodDescriptionprivate List<MethodInterceptor> AopProxyBeanPostProcessor.getApplicableInterceptors(Class<?> targetClass) Gets all interceptors that apply to the given class.Methods in com.ultikits.ultitools.aop with parameters of type MethodInterceptorModifier and TypeMethodDescriptionstatic AopAdvisorAopAdvisor.forAnnotation(Class<? extends Annotation> annotationType, MethodInterceptor interceptor, int order) Creates an advisor that matches methods or classes with the given annotation.Constructors in com.ultikits.ultitools.aop with parameters of type MethodInterceptorModifierConstructorDescription(package private)AnnotationAopAdvisor(Class<? extends Annotation> annotationType, MethodInterceptor interceptor, int order) Constructor parameters in com.ultikits.ultitools.aop with type arguments of type MethodInterceptorModifierConstructorDescription(package private)CglibMethodInterceptor(Object target, List<MethodInterceptor> interceptors) CglibProxyFactory(List<MethodInterceptor> interceptors) Creates a new CGLIB proxy factory with the given interceptors.ReflectiveMethodInvocation(Object target, Method method, Object[] arguments, List<MethodInterceptor> interceptors) Creates a new reflective method invocation.