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