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.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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, setPopulatorsMethods inherited from class de.hybris.platform.converters.impl.AbstractConverter
afterPropertiesSet, convert, convert, createFromClass, createTarget, getMyBeanName, setBeanName, setTargetClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.dto.converter.Converter
convertAll, convertAllIgnoreExceptions, getLoggerMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
AbstractPopulatingConverter
public AbstractPopulatingConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
AbstractPopulatingConverterPopulating converter that uses a list of configured populators to populate the target during conversion.