Class AllSettersPointcut

  • All Implemented Interfaces:
    ProxyPointcut

    public class AllSettersPointcut
    extends java.lang.Object
    implements ProxyPointcut
    Pointcut on all public non final setters methods.
    • Constructor Detail

      • AllSettersPointcut

        public AllSettersPointcut()
    • Method Detail

      • apply

        public boolean apply​(MethodInfo methodInfo)
        Description copied from interface: ProxyPointcut
        Returns true if method should be wrapped with the proxy. Returns false if method should not be wrapped.
        Specified by:
        apply in interface ProxyPointcut