Class FaultTolerantConverter<SOURCE,TARGET>
java.lang.Object
de.hybris.platform.converters.impl.AbstractConverter<SOURCE,TARGET>
de.hybris.platform.converters.impl.AbstractPopulatingConverter<SOURCE,TARGET>
de.hybris.platform.personalizationintegration.mapping.FaultTolerantConverter<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>
public class FaultTolerantConverter<SOURCE,TARGET>
extends AbstractPopulatingConverter<SOURCE,TARGET>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.converters.impl.AbstractPopulatingConverter
getPopulators, 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
-
FaultTolerantConverter
public FaultTolerantConverter()
-
-
Method Details
-
populate
Description copied from class:AbstractPopulatingConverterPopulate the target instance from the source instance. Calls a list of injected populators to populate the instance.
-