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, wait
and, or
public static AllSettersPointcut get()
public boolean apply(MethodInfo methodInfo)
ProxyPointcut
true
if method should be wrapped with the proxy.
Returns false
if method should not be wrapped.apply
in interface ProxyPointcut
Copyright © 2003-present Jodd Team