public class EventBeanManufacturerJson extends Object implements EventBeanManufacturer
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
EventBeanManufacturerJson(JsonEventType jsonEventType,
EventBeanTypedEventFactory eventAdapterService,
int[] nativeNums)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
make(Object[] properties)
Make an event object populating property values.
|
Object |
makeUnderlying(Object[] properties) |
public static final EPTypeClass EPTYPE
public EventBeanManufacturerJson(JsonEventType jsonEventType, EventBeanTypedEventFactory eventAdapterService, int[] nativeNums)
jsonEventType
- type to createeventAdapterService
- event factorynativeNums
- native field numberspublic EventBean make(Object[] properties)
EventBeanManufacturer
make
in interface EventBeanManufacturer
properties
- values to populatepublic Object makeUnderlying(Object[] properties)
makeUnderlying
in interface EventBeanManufacturer
Copyright © 2005–2021. All rights reserved.