Class LcEntityReader.PropertiesSourceParameterValueProvider
- java.lang.Object
-
- net.lecousin.reactive.data.relational.mapping.LcEntityReader.PropertiesSourceParameterValueProvider
-
- All Implemented Interfaces:
org.springframework.data.mapping.model.ParameterValueProvider<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>
- Enclosing class:
- LcEntityReader
public class LcEntityReader.PropertiesSourceParameterValueProvider extends Object implements org.springframework.data.mapping.model.ParameterValueProvider<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>
-
-
Constructor Summary
Constructors Constructor Description PropertiesSourceParameterValueProvider(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType, PropertiesSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getParameterValue(org.springframework.data.mapping.PreferredConstructor.Parameter<T,org.springframework.data.relational.core.mapping.RelationalPersistentProperty> parameter)
-
-
-
Constructor Detail
-
PropertiesSourceParameterValueProvider
public PropertiesSourceParameterValueProvider(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType, PropertiesSource source)
-
-
Method Detail
-
getParameterValue
@Nullable public <T> T getParameterValue(org.springframework.data.mapping.PreferredConstructor.Parameter<T,org.springframework.data.relational.core.mapping.RelationalPersistentProperty> parameter)
- Specified by:
getParameterValue
in interfaceorg.springframework.data.mapping.model.ParameterValueProvider<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>
-
-