public class WriterCacheEntry
extends java.lang.Object
Constructor and Description |
---|
WriterCacheEntry(com.espertech.esper.event.EventBeanManufacturer eventBeanManufacturer,
com.espertech.esper.event.WriteablePropertyDescriptor[] writableProperties,
com.espertech.esper.util.SimpleTypeParser[] parsers) |
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.event.EventBeanManufacturer |
getEventBeanManufacturer() |
com.espertech.esper.util.SimpleTypeParser[] |
getParsers() |
com.espertech.esper.event.WriteablePropertyDescriptor[] |
getWritableProperties() |
public WriterCacheEntry(com.espertech.esper.event.EventBeanManufacturer eventBeanManufacturer, com.espertech.esper.event.WriteablePropertyDescriptor[] writableProperties, com.espertech.esper.util.SimpleTypeParser[] parsers)
public com.espertech.esper.event.EventBeanManufacturer getEventBeanManufacturer()
public com.espertech.esper.event.WriteablePropertyDescriptor[] getWritableProperties()
public com.espertech.esper.util.SimpleTypeParser[] getParsers()