Return the entire set of properties for which the specified bean provides a read method. This map contains the unconverted property values for all properties for which a read method is provided (i.e. where the getReadMethod()
returns non-null).
FIXME - Does not account for mapped properties.
@param bean Bean whose properties are to be extracted @return The set of properties for the bean @exception IllegalAccessException if the caller does not haveaccess to the property accessor method @exception IllegalArgumentException ifbean
is null
@exception InvocationTargetException if the property accessor methodthrows an exception
@exception NoSuchMethodException if an accessor method for thispropety cannot be found
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|