Interface EventBeanCopyMethod

All Known Implementing Classes:
BeanEventBeanConfiguredCopyMethod, BeanEventBeanSerializableCopyMethod, JsonEventBeanCopyMethod, MapEventBeanCopyMethod, MapEventBeanCopyMethodWithArrayMap, ObjectArrayEventBeanCopyMethod, ObjectArrayEventBeanCopyMethodWithArrayMap, WrapperEventBeanCopyMethod, WrapperEventBeanMapCopyMethod, WrapperEventBeanUndCopyMethod

public interface EventBeanCopyMethod
Implementations copy the event object for controlled modification (shallow copy).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EPTypeClass
     
  • Method Summary

    Modifier and Type
    Method
    Description
    copy(EventBean theEvent)
    Copy the event bean returning a shallow copy.
  • Field Details

  • Method Details

    • copy

      EventBean copy(EventBean theEvent)
      Copy the event bean returning a shallow copy.
      Parameters:
      theEvent - to copy
      Returns:
      shallow copy