public static class BeanPropertyUtils.BeanPropertyUtilsImpl extends Object
| Constructor and Description |
|---|
BeanPropertyUtilsImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertPropertyValue(Object value,
Class<?> type) |
Object |
getProperty(Object bean,
String property) |
int |
hasProperty(Object bean,
String property,
boolean writeAccess) |
boolean |
setProperty(Object bean,
String property,
Object value) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.