Uses of Class
org.springframework.aop.support.ComposablePointcut
Packages that use ComposablePointcut Package Description org.springframework.aop.support Convenience classes for using Spring's AOP API.Uses of ComposablePointcut in org.springframework.aop.support
Methods in org.springframework.aop.support that return ComposablePointcut Modifier and Type Method Description ComposablePointcutComposablePointcut. intersection(ClassFilter other)Apply an intersection with the given ClassFilter.ComposablePointcutComposablePointcut. intersection(MethodMatcher other)Apply an intersection with the given MethodMatcher.ComposablePointcutComposablePointcut. intersection(Pointcut other)Apply an intersection with the given Pointcut.ComposablePointcutComposablePointcut. union(ClassFilter other)Apply a union with the given ClassFilter.ComposablePointcutComposablePointcut. union(MethodMatcher other)Apply a union with the given MethodMatcher.ComposablePointcutComposablePointcut. union(Pointcut other)Apply a union with the given Pointcut.