Class AbstractPopulatingConverter<SOURCE,​TARGET>

  • All Implemented Interfaces:
    Populator<SOURCE,​TARGET>, PopulatorList<SOURCE,​TARGET>, Converter<SOURCE,​TARGET>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.core.convert.converter.Converter<SOURCE,​TARGET>

    @Deprecated(since="ages",
                forRemoval=true)
    public class AbstractPopulatingConverter<SOURCE,​TARGET>
    extends AbstractPopulatingConverter<SOURCE,​TARGET>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since ages. Please, use AbstractPopulatingConverter Populating converter that uses a list of configured populators to populate the target during conversion.
    • Constructor Detail

      • AbstractPopulatingConverter

        public AbstractPopulatingConverter()
        Deprecated, for removal: This API element is subject to removal in a future version.