Uses of Interface
org.springframework.data.mapping.model.SpELExpressionEvaluator
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of SpELExpressionEvaluator in org.springframework.data.mapping.model
Modifier and TypeClassDescriptionclass
ParameterValueProvider
implementation that evaluates theParameter
s key againstSpelExpressionParser
andEvaluationContext
.ModifierConstructorDescriptionSpELExpressionParameterValueProvider
(SpELExpressionEvaluator evaluator, org.springframework.core.convert.ConversionService conversionService, ParameterValueProvider<P> delegate)