Class EventBeanManufacturerBean
java.lang.Object
com.espertech.esper.common.internal.event.bean.manufacturer.EventBeanManufacturerBean
- All Implemented Interfaces:
EventBeanManufacturer
Factory for event beans created and populate anew from a set of values.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEventBeanManufacturerBean
(BeanEventType beanEventType, EventBeanTypedEventFactory service, WriteablePropertyDescriptor[] properties, ClasspathImportService classpathImportService) Ctor. -
Method Summary
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
EventBeanManufacturerBean
public EventBeanManufacturerBean(BeanEventType beanEventType, EventBeanTypedEventFactory service, WriteablePropertyDescriptor[] properties, ClasspathImportService classpathImportService) throws EventBeanManufactureException Ctor.- Parameters:
beanEventType
- target typeservice
- factory for eventsproperties
- written propertiesclasspathImportService
- for resolving write methods- Throws:
EventBeanManufactureException
- if the write method lookup fail
-
-
Method Details
-
make
Description copied from interface:EventBeanManufacturer
Make an event object populating property values.- Specified by:
make
in interfaceEventBeanManufacturer
- Parameters:
propertyValues
- values to populate- Returns:
- event object
-
makeUnderlying
- Specified by:
makeUnderlying
in interfaceEventBeanManufacturer
-