public class PropertyInfo extends Object
Constructor and Description |
---|
PropertyInfo(Class clazz,
EventPropertyGetterSPIFactory getterFactory,
PropertyStem stem)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Class |
getClazz()
Returns the return type.
|
PropertyStem |
getDescriptor()
Returns the property info.
|
EventPropertyGetterSPIFactory |
getGetterFactory()
Returns the getter.
|
public PropertyInfo(Class clazz, EventPropertyGetterSPIFactory getterFactory, PropertyStem stem)
clazz
- is the classgetterFactory
- is the getterstem
- is the property infopublic Class getClazz()
public EventPropertyGetterSPIFactory getGetterFactory()
public PropertyStem getDescriptor()
Copyright © 2005–2018. All rights reserved.