Uses of Class
org.springframework.data.mapping.PreferredConstructor.Parameter
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of PreferredConstructor.Parameter in org.springframework.data.mapping
Modifier and TypeMethodDescriptionPreferredConstructor.getParameters()
Returns thePreferredConstructor.Parameter
s of the constructor.Modifier and TypeMethodDescriptionboolean
PreferredConstructor.isEnclosingClassParameter
(PreferredConstructor.Parameter<?, P> parameter) Returns whether the givenPreferredConstructor.Parameter
is one referring to an enclosing class.ModifierConstructorDescriptionPreferredConstructor
(Constructor<T> constructor, PreferredConstructor.Parameter<Object, P>... parameters) -
Uses of PreferredConstructor.Parameter in org.springframework.data.mapping.model
Modifier and TypeMethodDescription<T> T
ParameterValueProvider.getParameterValue
(PreferredConstructor.Parameter<T, P> parameter) Returns the value to be used for the givenPreferredConstructor.Parameter
(usually when entity instances are created).<T> T
PersistentEntityParameterValueProvider.getParameterValue
(PreferredConstructor.Parameter<T, P> parameter) <T> T
SpELExpressionParameterValueProvider.getParameterValue
(PreferredConstructor.Parameter<T, P> parameter) 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.