类 StandardEvaluationContext

java.lang.Object
cn.taketoday.expression.spel.support.StandardEvaluationContext
所有已实现的接口:
EvaluationContext

public class StandardEvaluationContext extends Object implements EvaluationContext
A powerful and highly configurable EvaluationContext implementation. This context uses standard implementations of all applicable strategies, based on reflection to resolve properties, methods and fields.

For a simpler builder-style context variant for data-binding purposes, consider using SimpleEvaluationContext instead which allows for opting into several SpEL features as needed by specific evaluation cases.

从以下版本开始:
4.0
作者:
Andy Clement, Juergen Hoeller, Sam Brannen, Harry Yang
另请参阅: