Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
Modifier and Type | Method and Description |
---|---|
List<PreferredConstructor.Parameter<Object,P>> |
PreferredConstructor.getParameters()
Returns the
PreferredConstructor.Parameter s of the constructor. |
Modifier and Type | Method and Description |
---|---|
boolean |
PreferredConstructor.isEnclosingClassParameter(PreferredConstructor.Parameter<?,P> parameter)
Returns whether the given
PreferredConstructor.Parameter is one referring to an enclosing class. |
Constructor and Description |
---|
PreferredConstructor(Constructor<T> constructor,
PreferredConstructor.Parameter<Object,P>... parameters)
|
Modifier and Type | Method and Description |
---|---|
<T> T |
PersistentEntityParameterValueProvider.getParameterValue(PreferredConstructor.Parameter<T,P> parameter) |
<T> T |
SpELExpressionParameterValueProvider.getParameterValue(PreferredConstructor.Parameter<T,P> parameter) |
<T> T |
ParameterValueProvider.getParameterValue(PreferredConstructor.Parameter<T,P> parameter)
Returns the value to be used for the given
PreferredConstructor.Parameter (usually when entity instances are created). |
protected <T> T |
SpELExpressionParameterValueProvider.potentiallyConvertSpelValue(Object object,
PreferredConstructor.Parameter<T,P> parameter)
Hook to allow to massage the value resulting from the Spel expression evaluation.
|
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.