public class EventsSpecificationPopulator extends java.lang.Object implements Populator<EventsSpecificationSourceData,ServiceRegistrationData>
ServiceRegistrationData| Constructor and Description |
|---|
EventsSpecificationPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<EventConfigurationModel,TopicData> |
getTopicConverter() |
void |
populate(EventsSpecificationSourceData source,
ServiceRegistrationData target)
Populate the target instance with values from the source instance.
|
protected void |
populateEventSpecification(ExposedDestinationModel destinationModel,
java.util.List<EventConfigurationModel> eventsList,
EventsSpecificationData target) |
protected void |
populateInfo(ExposedDestinationModel source,
InfoData target) |
protected void |
populateTopics(java.util.List<EventConfigurationModel> eventList,
java.util.Map<java.lang.String,TopicData> target) |
void |
setTopicConverter(Converter<EventConfigurationModel,TopicData> topicConverter) |
public void populate(EventsSpecificationSourceData source, ServiceRegistrationData target)
Populatorpopulate in interface Populator<EventsSpecificationSourceData,ServiceRegistrationData>source - the source objecttarget - the target to fillprotected void populateEventSpecification(ExposedDestinationModel destinationModel, java.util.List<EventConfigurationModel> eventsList, EventsSpecificationData target)
protected void populateTopics(java.util.List<EventConfigurationModel> eventList, java.util.Map<java.lang.String,TopicData> target)
protected void populateInfo(ExposedDestinationModel source, InfoData target)
protected Converter<EventConfigurationModel,TopicData> getTopicConverter()
public void setTopicConverter(Converter<EventConfigurationModel,TopicData> topicConverter)
Copyright © 2018 SAP SE. All Rights Reserved.