public class AllSettersPointcut extends java.lang.Object implements ProxyPointcut
| Constructor and Description |
|---|
AllSettersPointcut() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(MethodInfo methodInfo)
Returns
true if method should be wrapped with the proxy. |
static AllSettersPointcut |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, orpublic static AllSettersPointcut get()
public boolean apply(MethodInfo methodInfo)
ProxyPointcuttrue if method should be wrapped with the proxy.
Returns false if method should not be wrapped.apply in interface ProxyPointcutCopyright © 2003-present Jodd Team