类 DefaultMonitorExpressionEvaluator
java.lang.Object
org.ifinalframework.context.expression.CachedExpressionEvaluator
org.ifinalframework.context.expression.MethodExpressionEvaluator
org.ifinalframework.aop.interceptor.BaseExpressionEvaluator
org.ifinalframework.monitor.interceptor.DefaultMonitorExpressionEvaluator
- 所有已实现的接口:
ExpressionEvaluator,MonitorExpressionEvaluator
public class DefaultMonitorExpressionEvaluator
extends BaseExpressionEvaluator
implements MonitorExpressionEvaluator
- 从以下版本开始:
- 1.0.0
- 版本:
- 1.0.0
- 作者:
- ilikly
-
嵌套类概要
从类继承的嵌套类/接口 org.ifinalframework.context.expression.CachedExpressionEvaluator
CachedExpressionEvaluator.ExpressionKey -
字段概要
从类继承的字段 org.ifinalframework.context.expression.MethodExpressionEvaluator
NO_RESULT, RESULT_UNAVAILABLE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明attribute(String attributeExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) voidclear()name(String nameExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) operator(String operatorExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) target(String targetExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) 从类继承的方法 org.ifinalframework.aop.interceptor.BaseExpressionEvaluator
value, value从类继承的方法 org.ifinalframework.context.expression.MethodExpressionEvaluator
createEvaluationContext从类继承的方法 org.ifinalframework.context.expression.CachedExpressionEvaluator
getExpression, getParameterNameDiscoverer, getParser从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.ifinalframework.aop.ExpressionEvaluator
createEvaluationContext, value, value
-
构造器详细资料
-
DefaultMonitorExpressionEvaluator
public DefaultMonitorExpressionEvaluator()
-
-
方法详细资料
-
name
public String name(String nameExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) - 指定者:
name在接口中MonitorExpressionEvaluator
-
operator
public Object operator(String operatorExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) - 指定者:
operator在接口中MonitorExpressionEvaluator
-
target
public Object target(String targetExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) - 指定者:
target在接口中MonitorExpressionEvaluator
-
attribute
public Object attribute(String attributeExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext) - 指定者:
attribute在接口中MonitorExpressionEvaluator
-
clear
public void clear()- 覆盖:
clear在类中BaseExpressionEvaluator
-