Class LcEntityReader.PropertiesSourceParameterValueProvider

  • All Implemented Interfaces:
    org.springframework.data.mapping.model.ParameterValueProvider<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>
    Enclosing class:
    LcEntityReader

    public static class LcEntityReader.PropertiesSourceParameterValueProvider
    extends Object
    implements org.springframework.data.mapping.model.ParameterValueProvider<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>
    • Constructor Detail

      • PropertiesSourceParameterValueProvider

        public PropertiesSourceParameterValueProvider​(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entityType,
                                                      PropertiesSource source,
                                                      org.springframework.core.convert.ConversionService conversionService)
    • 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 interface org.springframework.data.mapping.model.ParameterValueProvider<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>