Class DefaultTaxValuePopulator
java.lang.Object
de.hybris.platform.b2b.punchout.populators.impl.DefaultTaxValuePopulator
- All Implemented Interfaces:
Populator<Tax,Collection<TaxValue>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(Tax source, Collection<TaxValue> target) Populate the target instance with values from the source instance.
-
Constructor Details
-
DefaultTaxValuePopulator
public DefaultTaxValuePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<Tax,Collection<TaxValue>> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-