クラスの使用
org.springframework.aop.support.ComposablePointcut
ComposablePointcut を使用するパッケージ
org.springframework.aop.support 内の ComposablePointcut 使用
修飾子と型メソッド説明ComposablePointcut.intersection(ClassFilter other) 指定された ClassFilter との交差を適用します。ComposablePointcut.intersection(MethodMatcher other) 指定された MethodMatcher との交差を適用します。ComposablePointcut.intersection(Pointcut other) 指定されたポイントカットとの交差を適用します。ComposablePointcut.union(ClassFilter other) 与えられた ClassFilter でユニオンを適用します。ComposablePointcut.union(MethodMatcher other) 与えられた MethodMatcher でユニオンを適用します。与えられたポイントカットでユニオンを適用します。