Uses of Class
org.springframework.data.mapping.PreferredConstructor.Parameter
Packages that use 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
Methods in org.springframework.data.mapping that return types with arguments of type PreferredConstructor.ParameterModifier and TypeMethodDescriptionPreferredConstructor.getParameters()
Returns thePreferredConstructor.Parameter
s of the constructor.Methods in org.springframework.data.mapping with parameters of type PreferredConstructor.ParameterModifier and TypeMethodDescriptionboolean
PreferredConstructor.isEnclosingClassParameter
(PreferredConstructor.Parameter<?, P> parameter) Returns whether the givenPreferredConstructor.Parameter
is one referring to an enclosing class.Constructors in org.springframework.data.mapping with parameters of type PreferredConstructor.ParameterModifierConstructorDescriptionPreferredConstructor
(Constructor<T> constructor, PreferredConstructor.Parameter<Object, P>... parameters) -
Uses of PreferredConstructor.Parameter in org.springframework.data.mapping.model
Methods in org.springframework.data.mapping.model with parameters of type PreferredConstructor.ParameterModifier 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.