|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventPropertyDescriptor | |
---|---|
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 EventPropertyDescriptor in net.esper.event |
---|
Methods in net.esper.event that return EventPropertyDescriptor | |
---|---|
EventPropertyDescriptor |
BeanEventType.getIndexedProperty(java.lang.String propertyName)
Looks up and returns a cached indexed property's descriptor. |
EventPropertyDescriptor |
BeanEventType.getMappedProperty(java.lang.String propertyName)
Looks up and returns a cached mapped property's descriptor. |
EventPropertyDescriptor |
BeanEventType.getSimpleProperty(java.lang.String propertyName)
Looks up and returns a cached simple property's descriptor. |
Uses of EventPropertyDescriptor in net.esper.event.property |
---|
Methods in net.esper.event.property that return types with arguments of type EventPropertyDescriptor | |
---|---|
static java.util.List<EventPropertyDescriptor> |
PropertyHelper.getProperties(java.lang.Class clazz)
Introspects the given class and returns event property descriptors for each property found in the class itself, it's superclasses and all interfaces this class and the superclasses implements. |
Method parameters in net.esper.event.property with type arguments of type EventPropertyDescriptor | |
---|---|
protected static void |
PropertyHelper.addIntrospectProperties(java.lang.Class clazz,
java.util.List<EventPropertyDescriptor> result)
Adds to the given list of property descriptors the properties of the given class using the Introspector to introspect properties. |
protected static void |
PropertyHelper.addMappedProperties(java.lang.Class clazz,
java.util.List<EventPropertyDescriptor> result)
Adds to the given list of property descriptors the mapped properties, ie. |
protected static void |
PropertyHelper.removeDuplicateProperties(java.util.List<EventPropertyDescriptor> properties)
Removed duplicate properties using the property name to find unique properties. |
protected static void |
PropertyHelper.removeJavaProperties(java.util.List<EventPropertyDescriptor> properties)
Remove Java language specific properties from the given list of property descriptors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |