Copy property values from the "origin" bean to the "destination" bean
for all cases where the property names are the same (even though the
actual getter and setter methods might have been customized via
BeanInfo classes).
D
debug -
Static variable in class org.apache.commons.beanutils.BeanUtils
The debugging detail level for this component.
debug -
Static variable in class org.apache.commons.beanutils.PropertyUtils
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified method, by scanning through
all implemented interfaces and subinterfaces.
Constructs a MappedPropertyDescriptor for a property that follows
the standard Java convention by having getFoo and setFoo
accessor methods, with the addition of a String parameter (the key).
The Bean Utilties component of the Jakarta Commons subproject
offers low-level utility classes that assist in getting and setting property
values on Java classes that follow the naming design patterns outlined in the
JavaBeans Specification.