Package | Description |
---|---|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
Modifier and Type | Method and Description |
---|---|
InternalEventPropDescriptor |
BeanEventType.SimplePropertyInfo.getDescriptor()
Returns the property info.
|
InternalEventPropDescriptor |
BeanEventType.getIndexedProperty(java.lang.String propertyName)
Looks up and returns a cached indexed property's descriptor.
|
InternalEventPropDescriptor |
BeanEventType.getMappedProperty(java.lang.String propertyName)
Looks up and returns a cached mapped property's descriptor.
|
InternalEventPropDescriptor |
BeanEventType.getSimpleProperty(java.lang.String propertyName)
Looks up and returns a cached simple property's descriptor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InternalEventPropDescriptor> |
PropertyListBuilderPublic.assessProperties(java.lang.Class clazz) |
java.util.List<InternalEventPropDescriptor> |
PropertyListBuilderJavaBean.assessProperties(java.lang.Class clazz) |
java.util.List<InternalEventPropDescriptor> |
PropertyListBuilderExplicit.assessProperties(java.lang.Class clazz) |
java.util.List<InternalEventPropDescriptor> |
PropertyListBuilder.assessProperties(java.lang.Class clazz)
Introspect the clazz and deterime exposed event properties.
|
static java.util.List<InternalEventPropDescriptor> |
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.
|
Constructor and Description |
---|
SimplePropertyInfo(java.lang.Class clazz,
EventPropertyGetter getter,
InternalEventPropDescriptor descriptor)
Ctor.
|