Uses of Class
com.microsoft.azure.toolkit.lib.common.utils.aspect.MethodInvocation
-
Packages that use MethodInvocation Package Description com.microsoft.azure.toolkit.lib.common.operation com.microsoft.azure.toolkit.lib.common.utils.aspect -
-
Uses of MethodInvocation in com.microsoft.azure.toolkit.lib.common.operation
Fields in com.microsoft.azure.toolkit.lib.common.operation declared as MethodInvocation Modifier and Type Field Description private MethodInvocationMethodOperation. invocation -
Uses of MethodInvocation in com.microsoft.azure.toolkit.lib.common.utils.aspect
Methods in com.microsoft.azure.toolkit.lib.common.utils.aspect that return MethodInvocation Modifier and Type Method Description static MethodInvocationMethodInvocation. from(org.aspectj.lang.JoinPoint point)Methods in com.microsoft.azure.toolkit.lib.common.utils.aspect with parameters of type MethodInvocation Modifier and Type Method Description static booleanExpressionUtils. evaluate(String expression, MethodInvocation invocation, boolean defaultVal)private static Map<String,Object>ExpressionUtils. initBindings(MethodInvocation invocation)static StringExpressionUtils. interpret(String expression, MethodInvocation invocation)static StringExpressionUtils. render(String template, MethodInvocation invocation)
-