Spring Integration

org.springframework.integration.jpa.support.parametersource
Class ExpressionEvaluatingParameterSourceFactory.ParameterExpressionEvaluator

java.lang.Object
  extended by org.springframework.integration.util.AbstractExpressionEvaluator
      extended by org.springframework.integration.jpa.support.parametersource.ExpressionEvaluatingParameterSourceFactory.ParameterExpressionEvaluator
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware
Enclosing class:
ExpressionEvaluatingParameterSourceFactory

public class ExpressionEvaluatingParameterSourceFactory.ParameterExpressionEvaluator
extends AbstractExpressionEvaluator


Constructor Summary
ExpressionEvaluatingParameterSourceFactory.ParameterExpressionEvaluator()
           
 
Method Summary
 java.lang.Object evaluateExpression(java.lang.String expression, java.lang.Object input)
           
 org.springframework.expression.spel.support.StandardEvaluationContext getEvaluationContext()
           
 
Methods inherited from class org.springframework.integration.util.AbstractExpressionEvaluator
evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, setBeanFactory, setBeanResolver, setConversionService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionEvaluatingParameterSourceFactory.ParameterExpressionEvaluator

public ExpressionEvaluatingParameterSourceFactory.ParameterExpressionEvaluator()
Method Detail

getEvaluationContext

public org.springframework.expression.spel.support.StandardEvaluationContext getEvaluationContext()
Overrides:
getEvaluationContext in class AbstractExpressionEvaluator

evaluateExpression

public java.lang.Object evaluateExpression(java.lang.String expression,
                                           java.lang.Object input)
Overrides:
evaluateExpression in class AbstractExpressionEvaluator

Spring Integration