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)MethodMatcher これが false を返す場合、または MethodMatcher.isRuntime() メソッドが false を返す場合、ランタイムチェックは行われません(つまり、MethodMatcher.matches(java.lang.reflect.Method, Class, Object[]) 呼び出しは行われません)。
MethodMatcher 内の matches method - 候補メソッド targetClass - ターゲットクラス @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