public abstract class JCacheOperationSourcePointcut
extends org.springframework.aop.support.StaticMethodMatcherPointcut
implements java.io.Serializable
JCacheOperationSource
has an operation for a given method.Constructor and Description |
---|
JCacheOperationSourcePointcut() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
protected abstract JCacheOperationSource |
getCacheOperationSource()
Obtain the underlying
JCacheOperationSource (may be null ). |
int |
hashCode() |
boolean |
matches(java.lang.reflect.Method method,
java.lang.Class<?> targetClass) |
java.lang.String |
toString() |
public boolean matches(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
matches
in interface org.springframework.aop.MethodMatcher
@Nullable protected abstract JCacheOperationSource getCacheOperationSource()
JCacheOperationSource
(may be null
).
To be implemented by subclasses.public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object