Class TopicPopulator
java.lang.Object
de.hybris.platform.kymaintegrationservices.populators.TopicPopulator
- All Implemented Interfaces:
Populator<EventConfigurationModel,TopicData>
Kyma specific implementation of Populator that populates event data into Topic DTO.
TopicData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(EventConfigurationModel source, TopicData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
TopicPopulator
public TopicPopulator()
-
-
Method Details
-
populate
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
-