public class BeanUtils
extends java.lang.Object
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getValue(java.lang.Object source,
java.lang.String property)
Returns the value of the given property for the given bean.
|
public static java.lang.Object getValue(java.lang.Object source,
java.lang.String property)
source - the source beanproperty - the property name to retrieve