Class AbstractPopulatingConverter<SOURCE,TARGET>
- java.lang.Object
-
- de.hybris.platform.converters.impl.AbstractConverter<SOURCE,TARGET>
-
- de.hybris.platform.converters.impl.AbstractPopulatingConverter<SOURCE,TARGET>
-
- de.hybris.platform.cmscockpit.converter.impl.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, useAbstractPopulatingConverterPopulating converter that uses a list of configured populators to populate the target during conversion.
-
-
Constructor Summary
Constructors Constructor Description AbstractPopulatingConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class de.hybris.platform.converters.impl.AbstractPopulatingConverter
getPopulators, populate, removePopulatorsDuplicates, setPopulators
-
Methods inherited from class de.hybris.platform.converters.impl.AbstractConverter
afterPropertiesSet, convert, convert, createFromClass, createTarget, getMyBeanName, setBeanName, setTargetClass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.servicelayer.dto.converter.Converter
convertAll, convertAllIgnoreExceptions, getLogger
-
-