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