public class DynamicMappedPropertyGetter extends DynamicPropertyGetterBase
Constructor and Description |
---|
DynamicMappedPropertyGetter(java.lang.String fieldName,
java.lang.String key,
EventAdapterService eventAdapterService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
determineMethod(java.lang.Class clazz)
To be implemented to return the method required, or null to indicate an appropriate method could not be found.
|
get, getBeanProp, getFragment, isBeanExistsProperty, isExistsProperty
public DynamicMappedPropertyGetter(java.lang.String fieldName, java.lang.String key, EventAdapterService eventAdapterService)
fieldName
- property namekey
- mapped access keyeventAdapterService
- factory for event beans and event typespublic java.lang.reflect.Method determineMethod(java.lang.Class clazz) throws PropertyAccessException
DynamicPropertyGetterBase
clazz
- to search for a matching methodPropertyAccessException