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, org.springframework.aop.MethodMatcher, org.springframework.aop.Pointcut

@Deprecated(since="6.0.10", forRemoval=true) public abstract class JCacheOperationSourcePointcut extends org.springframework.aop.support.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 Summary

    Fields inherited from interface org.springframework.aop.MethodMatcher

    TRUE

    Fields inherited from interface org.springframework.aop.Pointcut

    TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected abstract JCacheOperationSource
    Deprecated, for removal: This API element is subject to removal in a future version.
    Obtain the underlying JCacheOperationSource (may be null).
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    matches(Method method, Class<?> targetClass)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut

    getClassFilter, getMethodMatcher, setClassFilter

    Methods inherited from class org.springframework.aop.support.StaticMethodMatcher

    isRuntime, matches

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JCacheOperationSourcePointcut

      public JCacheOperationSourcePointcut()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • matches

      public boolean matches(Method method, Class<?> targetClass)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      matches in interface org.springframework.aop.MethodMatcher
    • getCacheOperationSource

      @Nullable protected abstract JCacheOperationSource getCacheOperationSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Obtain the underlying JCacheOperationSource (may be null). To be implemented by subclasses.
    • equals

      public boolean equals(@Nullable Object other)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object