public class EventBeanManufacturerBean extends Object implements EventBeanManufacturer
Constructor and Description |
---|
EventBeanManufacturerBean(BeanEventType beanEventType,
EventBeanTypedEventFactory service,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
make(Object[] propertyValues)
Make an event object populating property values.
|
Object |
makeUnderlying(Object[] propertyValues) |
public EventBeanManufacturerBean(BeanEventType beanEventType, EventBeanTypedEventFactory service, WriteablePropertyDescriptor[] properties, ClasspathImportService classpathImportService) throws EventBeanManufactureException
beanEventType
- target typeservice
- factory for eventsproperties
- written propertiesclasspathImportService
- for resolving write methodsEventBeanManufactureException
- if the write method lookup failpublic EventBean make(Object[] propertyValues)
EventBeanManufacturer
make
in interface EventBeanManufacturer
propertyValues
- values to populatepublic Object makeUnderlying(Object[] propertyValues)
makeUnderlying
in interface EventBeanManufacturer
Copyright © 2005–2018. All rights reserved.