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<Parameter<Object,P>> |
InstanceCreatorMetadata.getParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
PreferredConstructor.isEnclosingClassParameter(Parameter<?,P> parameter)
Returns whether the given
Parameter is one referring to an enclosing class. |
boolean |
PreferredConstructor.isParentParameter(Parameter<?,P> parameter) |
default boolean |
InstanceCreatorMetadata.isParentParameter(Parameter<?,P> parameter)
Returns whether the given
Parameter is one referring to parent value (such as an enclosing class or a
receiver parameter). |
Constructor and Description |
---|
FactoryMethod(Method factoryMethod,
Parameter<Object,P>... parameters)
|
PreferredConstructor(Constructor<T> constructor,
Parameter<Object,P>... parameters)
|
Modifier and Type | Method and Description |
---|---|
<T> T |
PersistentEntityParameterValueProvider.getParameterValue(Parameter<T,P> parameter) |
<T> T |
ParameterValueProvider.getParameterValue(Parameter<T,P> parameter)
Returns the value to be used for the given
Parameter (usually when entity instances are created). |
<T> T |
SpELExpressionParameterValueProvider.getParameterValue(Parameter<T,P> parameter) |
protected <T> T |
SpELExpressionParameterValueProvider.potentiallyConvertSpelValue(Object object,
Parameter<T,P> parameter)
Hook to allow to massage the value resulting from the Spel expression evaluation.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.