Class TopicPopulator
- java.lang.Object
-
- de.hybris.platform.kymaintegrationservices.populators.TopicPopulator
-
- All Implemented Interfaces:
Populator<EventConfigurationModel,TopicData>
public class TopicPopulator extends java.lang.Object implements Populator<EventConfigurationModel,TopicData>
Kyma specific implementation of Populator that populates event data into Topic DTO.TopicData
-
-
Constructor Summary
Constructors Constructor Description TopicPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(EventConfigurationModel source, TopicData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(EventConfigurationModel source, TopicData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<EventConfigurationModel,TopicData>- Parameters:
source- the source objecttarget- the target to fill
-
-