|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanEventTypeFactory | |
---|---|
net.esper.event | This package defines the Esper Client event API. |
net.esper.event.property | Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access |
Uses of BeanEventTypeFactory in net.esper.event |
---|
Classes in net.esper.event that implement BeanEventTypeFactory | |
---|---|
class |
BeanEventAdapter
A fcatory for BeanEventType instances based on Java class information and using configured
settings for |
Constructors in net.esper.event with parameters of type BeanEventTypeFactory | |
---|---|
BeanEventType(Class clazz,
BeanEventTypeFactory beanEventTypeFactory,
ConfigurationEventTypeLegacy optionalLegacyDef,
String alias)
Constructor takes a java bean class as an argument. |
Uses of BeanEventTypeFactory in net.esper.event.property |
---|
Methods in net.esper.event.property with parameters of type BeanEventTypeFactory | |
---|---|
static Property |
PropertyParser.parse(String propertyName,
BeanEventTypeFactory beanEventTypeFactory)
Parse the given property name returning a Property instance for the property. |
Constructors in net.esper.event.property with parameters of type BeanEventTypeFactory | |
---|---|
NestedProperty(List<Property> properties,
BeanEventTypeFactory beanEventTypeFactory)
Ctor. |
|
NestedPropertyGetter(List<EventPropertyGetter> getterChain,
BeanEventTypeFactory beanEventTypeFactory)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |