public class SimpleEvaluationContextFactory extends java.lang.Object implements EvaluationContextFactory
SimpleEvaluationContext, for use with data binding.| Constructor and Description |
|---|
SimpleEvaluationContextFactory(java.util.List<org.springframework.expression.PropertyAccessor> propertyAccessors,
ConversionService conversionService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.expression.EvaluationContext |
createContext(java.lang.Object rootObject)
Create an
EvaluationContext for the given root object. |
public SimpleEvaluationContextFactory(java.util.List<org.springframework.expression.PropertyAccessor> propertyAccessors,
ConversionService conversionService)
public org.springframework.expression.EvaluationContext createContext(java.lang.Object rootObject)
EvaluationContextFactoryEvaluationContext for the given root object.createContext in interface EvaluationContextFactoryrootObject - the root object