public class BeanUtil extends Object
| 构造器和说明 |
|---|
BeanUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
getNullablePropertyValue(Object object,
String propertyPath,
Object useForException) |
static Object |
getPropertyValue(Object object,
String propertyPath,
Object useForException) |
static void |
setPropertyValue(Object object,
String propertyPath,
Object value) |
Copyright © 2014. All rights reserved.