public class ObjectArrayEventBeanCopyMethodWithArrayMap extends Object implements EventBeanCopyMethod
Constructor and Description |
---|
ObjectArrayEventBeanCopyMethodWithArrayMap(ObjectArrayEventType eventType,
EventAdapterService eventAdapterService,
Set<String> mapPropertiesToCopy,
Set<String> arrayPropertiesToCopy,
Map<String,Integer> propertiesIndexes) |
Modifier and Type | Method and Description |
---|---|
EventBean |
copy(EventBean theEvent)
Copy the event bean returning a shallow copy.
|
public ObjectArrayEventBeanCopyMethodWithArrayMap(ObjectArrayEventType eventType, EventAdapterService eventAdapterService, Set<String> mapPropertiesToCopy, Set<String> arrayPropertiesToCopy, Map<String,Integer> propertiesIndexes)
public EventBean copy(EventBean theEvent)
EventBeanCopyMethod
copy
in interface EventBeanCopyMethod
theEvent
- to copy