public static class BeanEventType.SimplePropertyInfo
extends java.lang.Object
Constructor and Description |
---|
SimplePropertyInfo(java.lang.Class clazz,
EventPropertyGetterSPI getter,
InternalEventPropDescriptor descriptor)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getClazz()
Returns the return type.
|
InternalEventPropDescriptor |
getDescriptor()
Returns the property info.
|
EventPropertyGetterSPI |
getGetter()
Returns the getter.
|
public SimplePropertyInfo(java.lang.Class clazz, EventPropertyGetterSPI getter, InternalEventPropDescriptor descriptor)
clazz
- is the classgetter
- is the getterdescriptor
- is the property infopublic java.lang.Class getClazz()
public EventPropertyGetterSPI getGetter()
public InternalEventPropDescriptor getDescriptor()