Class AOPUtility
- java.lang.Object
-
- org.smallmind.nutsnbolts.reflection.aop.AOPUtility
-
public class AOPUtility extends Object
-
-
Constructor Summary
Constructors Constructor Description AOPUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectgetParameterValue(org.aspectj.lang.JoinPoint joinPoint, String parameterName, boolean nullable)
-
-
-
Method Detail
-
getParameterValue
public static Object getParameterValue(org.aspectj.lang.JoinPoint joinPoint, String parameterName, boolean nullable) throws BeanAccessException, BeanInvocationException
-
-