|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternalEventPropDescriptor | |
---|---|
com.espertech.esper.event.bean | JavaBean and legacy Java underlying event classes are here. |
Uses of InternalEventPropDescriptor in com.espertech.esper.event.bean |
---|
Methods in com.espertech.esper.event.bean that return InternalEventPropDescriptor | |
---|---|
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. |
protected static InternalEventPropDescriptor |
PropertyListBuilderExplicit.makeFieldDesc(java.lang.reflect.Field field,
java.lang.String name)
Makes a simple-type event property descriptor based on a reflected field. |
protected static InternalEventPropDescriptor |
PropertyListBuilderExplicit.makeMethodDesc(java.lang.reflect.Method method,
java.lang.String name)
Makes an event property descriptor based on a reflected method, considering the methods parameters to determine if this is an indexed or mapped event property. |
Methods in com.espertech.esper.event.bean that return types with arguments of type InternalEventPropDescriptor | |
---|---|
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. |
Method parameters in com.espertech.esper.event.bean with type arguments of type InternalEventPropDescriptor | |
---|---|
protected static void |
PropertyHelper.addIntrospectProperties(java.lang.Class clazz,
java.util.List<InternalEventPropDescriptor> 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<InternalEventPropDescriptor> result)
Adds to the given list of property descriptors the mapped properties, ie. |
protected static void |
PropertyListBuilderExplicit.getExplicitProperties(java.util.List<InternalEventPropDescriptor> result,
java.lang.Class clazz,
ConfigurationEventTypeLegacy legacyConfig)
Populates explicitly-defined properties into the result list. |
protected static void |
PropertyHelper.removeDuplicateProperties(java.util.List<InternalEventPropDescriptor> properties)
Removed duplicate properties using the property name to find unique properties. |
protected static void |
PropertyHelper.removeJavaProperties(java.util.List<InternalEventPropDescriptor> properties)
Remove Java language specific properties from the given list of property descriptors. |
Constructors in com.espertech.esper.event.bean with parameters of type InternalEventPropDescriptor | |
---|---|
BeanEventType.SimplePropertyInfo(java.lang.Class clazz,
EventPropertyGetter getter,
InternalEventPropDescriptor descriptor)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |