Jodd is an open-source java library with lot of reusable components and feature rich utilities.
This requires the library jodd-3.3.2.jar to be in classpath.
The following example shows how to get declared bean property value given the property name
using BeanUtil.getDeclaredProperty() API.
If a getter method exists for a given property then it uses the same otherwise accesses the
field directly.