It would be nice if
PropertyDescriptor , and the various reflection
types like
Member had a common supertype, but they don't. This is it.
author: Joe Walker [joe at getahead dot ltd dot uk]
This is a nasty hack -
TypeHintContext needs a
Method .
If you are implementing this and not proxying to a
PropertyDescriptor then you can probably return null.
We should probably refactor
TypeHintContext to use
Property A setter method if one is available, or null otherwise
Get the value of this property of the passed in java bean
Parameters: bean - The bean to introspect The value assigned to this property of the passed in bean throws: MarshallException - If the reflection access fails
Set the value of this property of the passed in java bean
Parameters: bean - The bean to introspect Parameters: value - The value assigned to this property of the passed in bean throws: MarshallException - If the reflection access fails