Uses of Class
org.springframework.data.mapping.Parameter
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of Parameter in org.springframework.data.mapping
Modifier and TypeMethodDescriptionboolean
PreferredConstructor.isEnclosingClassParameter
(Parameter<?, P> parameter) Returns whether the givenParameter
is one referring to an enclosing class.default boolean
InstanceCreatorMetadata.isParentParameter
(Parameter<?, P> parameter) Returns whether the givenParameter
is one referring to parent value (such as an enclosing class or a receiver parameter).boolean
PreferredConstructor.isParentParameter
(Parameter<?, P> parameter) ModifierConstructorDescriptionFactoryMethod
(Method factoryMethod, Parameter<Object, P>... parameters) PreferredConstructor
(Constructor<T> constructor, Parameter<Object, P>... parameters) -
Uses of Parameter in org.springframework.data.mapping.model
Modifier and TypeMethodDescription<T> T
ParameterValueProvider.getParameterValue
(Parameter<T, P> parameter) Returns the value to be used for the givenParameter
(usually when entity instances are created).<T> T
PersistentEntityParameterValueProvider.getParameterValue
(Parameter<T, P> parameter) <T> T
ValueExpressionParameterValueProvider.getParameterValue
(Parameter<T, P> parameter) protected <T> T
ValueExpressionParameterValueProvider.potentiallyConvertExpressionValue
(Object object, Parameter<T, P> parameter) Hook to allow to massage the value resulting from the Spel expression evaluation.protected <T> T
ValueExpressionParameterValueProvider.potentiallyConvertSpelValue
(Object object, Parameter<T, P> parameter) Deprecated.
ValueExpressionParameterValueProvider.potentiallyConvertExpressionValue(Object, Parameter)
instead.