Spring Data Core

Uses of Interface
org.springframework.data.mapping.model.SpELExpressionEvaluator

Packages that use SpELExpressionEvaluator
org.springframework.data.mapping.model Core implementation of the mapping subsystem's model. 
 

Uses of SpELExpressionEvaluator in org.springframework.data.mapping.model
 

Classes in org.springframework.data.mapping.model that implement SpELExpressionEvaluator
 class DefaultSpELExpressionEvaluator
          ParameterValueProvider implementation that evaluates the PreferredConstructor.Parameters key against SpelExpressionParser and EvaluationContext.
 

Constructors in org.springframework.data.mapping.model with parameters of type SpELExpressionEvaluator
SpELExpressionParameterValueProvider(SpELExpressionEvaluator evaluator, ConversionService conversionService, ParameterValueProvider<P> delegate)
          Creates a new SpELExpressionParameterValueProvider using the given SpELExpressionEvaluator, ConversionService and ParameterValueProvider delegate to forward calls to, that resolve parameters that do not have a Spel expression configured with them.
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.