接口 MonitorExpressionEvaluator

所有超级接口:
ExpressionEvaluator
所有已知实现类:
DefaultMonitorExpressionEvaluator

public interface MonitorExpressionEvaluator extends ExpressionEvaluator
从以下版本开始:
1.0.0
版本:
1.0.0
作者:
ilikly
  • 方法概要

    修饰符和类型
    方法
    说明
    attribute(String attributeExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext)
     
    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.ExpressionEvaluator

    createEvaluationContext, value, value
  • 方法详细资料

    • name

      String name(String nameExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext)
    • operator

      Object operator(String operatorExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext)
    • target

      Object target(String targetExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext)
    • attribute

      Object attribute(String attributeExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evaluationContext)