Package de.hybris.platform.converters.impl
package de.hybris.platform.converters.impl
-
ClassesClassDescriptionAbstractConverter<SOURCE,
TARGET> Abstract implementation of the Converter interface that also supports the Populator interface.For testingAbstractConverter, especially it's optimizations for <lookup-method> injected beans and collection conversion.AbstractPopulatingConverter<SOURCE,TARGET> Populating converter that uses a list of configured populators to populate the target during conversion.A strategy for applying modification to target bean and all its child beans according to bean definition.DefaultModifableConfigurablePopulator<SOURCE,TARGET, OPTION> Default implementation of theConfigurablePopulatorimplementingModifiableConfigurablePopulatorDefaultPopulatorList<SOURCE,TARGET> Populator that uses a list of configured populators to populate the target.This is BeanPostProcessor for modifying populators in existing ModifiableConfigurablePopulaotr beans or any parent in spring declaration.ModifyPopulatorList<SOURCE,TARGET> Spring Bean used to configure modifications to existing populator lists.This is BeanPostProcessor for adding populators into existing populatorList or any parent in spring declaration.NoOpPopulator<SOURCE,TARGET> No operations populator - can be injected into the list of populators for a converter that requires no populators at the time of definition, i.e.For testing collection converting ofAbstractConverter.