Class AllGettersPointcut

  • All Implemented Interfaces:
    ProxyPointcut

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

      • AllGettersPointcut

        public AllGettersPointcut()
    • 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