|
Spring Data Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.mapping.model.SpELExpressionParameterValueProvider<P>
public class SpELExpressionParameterValueProvider<P extends PersistentProperty<P>>
ParameterValueProvider that can be used to front a ParameterValueProvider delegate to prefer a Spel
expression evaluation over directly resolving the parameter value with the delegate.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | ||
|---|---|---|
|
getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
Returns the value to be used for the given PreferredConstructor.Parameter (usually when entity instances are created). |
|
protected
|
potentiallyConvertSpelValue(Object object,
PreferredConstructor.Parameter<T,P> parameter)
Hook to allow to massage the value resulting from the Spel expression evaluation. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpELExpressionParameterValueProvider(SpELExpressionEvaluator evaluator,
ConversionService conversionService,
ParameterValueProvider<P> delegate)
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.
evaluator - must not be null.conversionService - must not be null.delegate - must not be null.| Method Detail |
|---|
public <T> T getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
ParameterValueProviderPreferredConstructor.Parameter (usually when entity instances are created).
getParameterValue in interface ParameterValueProvider<P extends PersistentProperty<P>>parameter - must not be null.
protected <T> T potentiallyConvertSpelValue(Object object,
PreferredConstructor.Parameter<T,P> parameter)
ConversionService to massage the value into the parameter type.
object - the value to massage, will never be null.parameter - the PreferredConstructor.Parameter we create the value for
|
Spring Data Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||