Class PropertyInfo
java.lang.Object
com.espertech.esper.common.internal.event.bean.introspect.PropertyInfo
-
Constructor Summary
ConstructorDescriptionPropertyInfo
(EPTypeClass type, EventPropertyGetterSPIFactory getterFactory, PropertyStem stem) Ctor. -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Returns the return type.Returns the property info.Returns the getter.
-
Constructor Details
-
PropertyInfo
public PropertyInfo(EPTypeClass type, EventPropertyGetterSPIFactory getterFactory, PropertyStem stem) Ctor.- Parameters:
type
- is the classgetterFactory
- is the getterstem
- is the property info
-
-
Method Details
-
getClazz
Returns the return type.- Returns:
- return type
-
getGetterFactory
Returns the getter.- Returns:
- getter
-
getDescriptor
Returns the property info.- Returns:
- property info
-