-
方法概要
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)
-
方法详细资料
-
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)