@FunctionalInterface
public interface ProxyPointcut
Modifier and Type | Method and Description |
---|---|
default ProxyPointcut |
and(ProxyPointcut otherProxyPointcut)
Performs AND operation on this and the next proxy.
|
boolean |
apply(MethodInfo methodInfo)
Returns
true if method should be wrapped with the proxy. |
default ProxyPointcut |
or(ProxyPointcut other)
Performs OR operation on this and the next proxy.
|
boolean apply(MethodInfo methodInfo)
true
if method should be wrapped with the proxy.
Returns false
if method should not be wrapped.default ProxyPointcut and(ProxyPointcut otherProxyPointcut)
default ProxyPointcut or(ProxyPointcut other)
Copyright © 2003-present Jodd Team