apache工具类常用方法

1.PropertyUtils.describe 需要的包(commons-beanutils-1.8.3.jar)

PropertyUtils.describe()方法将返回bean中每个可读的属性都添加到Map中去.如果值为设置,将返回默认值

2.BeanUtils.populate 需要的包(commons-beanutils-1.8.3.jar)

用来将一些 key-value 的值(例如 hashmap)映射到 bean 中的属性

 

你可能感兴趣的:(apache)