|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.bean.BeanEventType.SimplePropertyInfo
public static class BeanEventType.SimplePropertyInfo
Descriptor caching the getter, class and property info.
Constructor Summary | |
---|---|
BeanEventType.SimplePropertyInfo(java.lang.Class clazz,
EventPropertyGetter getter,
InternalEventPropDescriptor descriptor)
Ctor. |
Method Summary | |
---|---|
java.lang.Class |
getClazz()
Returns the return type. |
InternalEventPropDescriptor |
getDescriptor()
Returns the property info. |
EventPropertyGetter |
getGetter()
Returns the getter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanEventType.SimplePropertyInfo(java.lang.Class clazz, EventPropertyGetter getter, InternalEventPropDescriptor descriptor)
clazz
- is the classgetter
- is the getterdescriptor
- is the property infoMethod Detail |
---|
public java.lang.Class getClazz()
public EventPropertyGetter getGetter()
public InternalEventPropDescriptor getDescriptor()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |