public class MapEventBeanCopyMethodWithArrayMap extends Object implements EventBeanCopyMethod
Constructor and Description |
---|
MapEventBeanCopyMethodWithArrayMap(MapEventType mapEventType,
EventAdapterService eventAdapterService,
Set<String> mapPropertiesToCopy,
Set<String> arrayPropertiesToCopy)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
copy(EventBean theEvent)
Copy the event bean returning a shallow copy.
|
public MapEventBeanCopyMethodWithArrayMap(MapEventType mapEventType, EventAdapterService eventAdapterService, Set<String> mapPropertiesToCopy, Set<String> arrayPropertiesToCopy)
mapEventType
- map event typeeventAdapterService
- for copying eventsmapPropertiesToCopy
- map propsarrayPropertiesToCopy
- array propspublic EventBean copy(EventBean theEvent)
EventBeanCopyMethod
copy
in interface EventBeanCopyMethod
theEvent
- to copy