Class MapEventBeanCopyMethodWithArrayMap
java.lang.Object
com.espertech.esper.common.internal.event.map.MapEventBeanCopyMethodWithArrayMap
- All Implemented Interfaces:
EventBeanCopyMethod
Copy method for Map-underlying events.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMapEventBeanCopyMethodWithArrayMap
(MapEventType mapEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, String[] mapPropertiesToCopy, String[] arrayPropertiesToCopy) Ctor. -
Method Summary
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
MapEventBeanCopyMethodWithArrayMap
public MapEventBeanCopyMethodWithArrayMap(MapEventType mapEventType, EventBeanTypedEventFactory eventBeanTypedEventFactory, String[] mapPropertiesToCopy, String[] arrayPropertiesToCopy) Ctor.- Parameters:
mapEventType
- map event typeeventBeanTypedEventFactory
- for copying eventsmapPropertiesToCopy
- map propsarrayPropertiesToCopy
- array props
-
-
Method Details
-
copy
Description copied from interface:EventBeanCopyMethod
Copy the event bean returning a shallow copy.- Specified by:
copy
in interfaceEventBeanCopyMethod
- Parameters:
theEvent
- to copy- Returns:
- shallow copy
-