Package net.ontopia.utils
Class BeanUtils
- java.lang.Object
-
- net.ontopia.utils.BeanUtils
-
public class BeanUtils extends Object
PUBLIC: Utilities for treating objects as beans.- Since:
- 5.4.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
beanMap(Object bean, boolean sorted)
Maps all get* methods results to a map.
-