Class JCacheOperationSourcePointcut
java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.StaticMethodMatcherPointcut
org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
- All Implemented Interfaces:
- Serializable,- MethodMatcher,- Pointcut
@Deprecated(since="6.0.10",
            forRemoval=true)
public abstract class JCacheOperationSourcePointcut
extends StaticMethodMatcherPointcut
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.0.10, as it is not used by the framework anymore
A Pointcut that matches if the underlying 
JCacheOperationSource
 has an operation for a given method.- Since:
- 4.1
- Author:
- Stephane Nicoll
- See Also:
- 
Field SummaryFields inherited from interface org.springframework.aop.MethodMatcherTRUE
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.protected abstract JCacheOperationSourceDeprecated, for removal: This API element is subject to removal in a future version.Obtain the underlyingJCacheOperationSource(may benull).inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Perform static checking whether the given method matches.toString()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcutgetClassFilter, getMethodMatcher, setClassFilterMethods inherited from class org.springframework.aop.support.StaticMethodMatcherisRuntime, matches
- 
Constructor Details- 
JCacheOperationSourcePointcutpublic JCacheOperationSourcePointcut()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
matchesDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:MethodMatcherPerform static checking whether the given method matches.If this returns falseor if theMethodMatcher.isRuntime()method returnsfalse, no runtime check (i.e. noMethodMatcher.matches(java.lang.reflect.Method, Class, Object[])call) will be made.- Specified by:
- matchesin interface- MethodMatcher
- Parameters:
- method- the candidate method
- targetClass- the target class
- Returns:
- whether this method matches statically
 
- 
getCacheOperationSourceDeprecated, for removal: This API element is subject to removal in a future version.Obtain the underlyingJCacheOperationSource(may benull). To be implemented by subclasses.
- 
equalsDeprecated, for removal: This API element is subject to removal in a future version.
- 
hashCodepublic int hashCode()Deprecated, for removal: This API element is subject to removal in a future version.
- 
toStringDeprecated, for removal: This API element is subject to removal in a future version.
 
-