public abstract class JCacheOperationSourcePointcut extends StaticMethodMatcherPointcut implements java.io.Serializable
JCacheOperationSource が指定されたメソッドの操作を持っている場合に一致するポイントカット。TRUE| コンストラクターと説明 | 
|---|
JCacheOperationSourcePointcut() | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
boolean | equals(java.lang.Object other) | 
protected abstract JCacheOperationSource | getCacheOperationSource() 基礎となる  JCacheOperationSource(null の場合があります)を取得します。 | 
int | hashCode() | 
boolean | matches(java.lang.reflect.Method method, java.lang.Class<?> targetClass) 指定されたメソッドが一致するかどうか静的チェックを実行します。  | 
java.lang.String | toString() | 
getClassFilter, getMethodMatcher, setClassFilterisRuntime, matchespublic boolean matches(java.lang.reflect.Method method,
                       java.lang.Class<?> targetClass)MethodMatcherfalse を返す場合、または MethodMatcher.isRuntime() メソッドが false を返す場合、実行時チェック(つまり、MethodMatcher.matches(java.lang.reflect.Method, Class, Object[]) 呼び出し)は行われません。MethodMatcher の matches method - 候補メソッド targetClass - ターゲットクラス (null の場合があります。この場合、候補クラスは、メソッドの宣言クラスであると見なす必要があります)@Nullable protected abstract JCacheOperationSource getCacheOperationSource()
JCacheOperationSource(null の場合がある)を取得します。サブクラスによって実装されます。public boolean equals(java.lang.Object other)
java.lang.Object の equals public int hashCode()
java.lang.Object の hashCode public java.lang.String toString()
java.lang.Object の toString