|
Spring Data Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterValueProvider | |
---|---|
org.springframework.data.convert | General purpose conversion framework to read objects from a data store abstraction and write it back. |
org.springframework.data.mapping.model | Core implementation of the mapping subsystem's model. |
Uses of ParameterValueProvider in org.springframework.data.convert |
---|
Methods in org.springframework.data.convert with parameters of type ParameterValueProvider | ||
---|---|---|
|
ReflectionEntityInstantiator.createInstance(E entity,
ParameterValueProvider<P> provider)
|
|
|
EntityInstantiator.createInstance(E entity,
ParameterValueProvider<P> provider)
Creates a new instance of the given entity using the given source to pull data from. |
Uses of ParameterValueProvider in org.springframework.data.mapping.model |
---|
Classes in org.springframework.data.mapping.model that implement ParameterValueProvider | |
---|---|
class |
PersistentEntityParameterValueProvider<P extends PersistentProperty<P>>
ParameterValueProvider based on a PersistentEntity to use a PropertyValueProvider to lookup
the value of the property referenced by the given PreferredConstructor.Parameter . |
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. |
Constructors in org.springframework.data.mapping.model with parameters of type ParameterValueProvider | |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |