com.espertech.esper.event.bean
Class BeanEventType.SimplePropertyInfo

java.lang.Object
  extended by com.espertech.esper.event.bean.BeanEventType.SimplePropertyInfo
Enclosing class:
BeanEventType

public static class BeanEventType.SimplePropertyInfo
extends java.lang.Object

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

BeanEventType.SimplePropertyInfo

public BeanEventType.SimplePropertyInfo(java.lang.Class clazz,
                                        EventPropertyGetter getter,
                                        InternalEventPropDescriptor descriptor)
Ctor.

Parameters:
clazz - is the class
getter - is the getter
descriptor - is the property info
Method Detail

getClazz

public java.lang.Class getClazz()
Returns the return type.

Returns:
return type

getGetter

public EventPropertyGetter getGetter()
Returns the getter.

Returns:
getter

getDescriptor

public InternalEventPropDescriptor getDescriptor()
Returns the property info.

Returns:
property info

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com