Package jodd.proxetta.pointcuts
Class AllMethodsPointcut
- java.lang.Object
-
- jodd.proxetta.pointcuts.AllMethodsPointcut
-
- All Implemented Interfaces:
ProxyPointcut
public class AllMethodsPointcut extends java.lang.Object implements ProxyPointcut
Pointcut on all public methods.
-
-
Constructor Summary
Constructors Constructor Description AllMethodsPointcut()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(MethodInfo methodInfo)Returnstrueif method should be wrapped with the proxy.static AllMethodsPointcutget()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jodd.proxetta.ProxyPointcut
and, or
-
-
-
-
Method Detail
-
get
public static AllMethodsPointcut get()
-
apply
public boolean apply(MethodInfo methodInfo)
Description copied from interface:ProxyPointcutReturnstrueif method should be wrapped with the proxy. Returnsfalseif method should not be wrapped.- Specified by:
applyin interfaceProxyPointcut
-
-