Class SpELContext

java.lang.Object
org.springframework.data.mapping.model.SpELContext
All Implemented Interfaces:
EvaluationContextProvider

public class SpELContext extends Object implements EvaluationContextProvider
Simple factory to create SpelExpressionParser and EvaluationContext instances.
Author:
Oliver Gierke