java.lang.Objectorg.apache.commons.beanutils.BeanUtils
Direct Known Subclasses:
LocaleBeanUtils
Utility methods for populating JavaBeans properties via reflection.
The implementations are provided by BeanUtilsBean .
These static utility methods use the default instance.
More sophisticated behaviour can be provided by using a BeanUtilsBean instance.
Craig - R. McClanahanRalph - SchaerChris - AudleyRey - FrancoisGregor - Rayman$ - Revision: 690380 $ $Date: 2008-08-29 21:04:38 +0100 (Fri, 29 Aug 2008) $| Method from org.apache.commons.beanutils.BeanUtils Summary: |
|---|
| cloneBean, copyProperties, copyProperty, createCache, describe, getArrayProperty, getCacheFast, getDebug, getIndexedProperty, getIndexedProperty, getMappedProperty, getMappedProperty, getNestedProperty, getProperty, getSimpleProperty, initCause, populate, setCacheFast, setDebug, setProperty |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.beanutils.BeanUtils Detail: |
|---|
Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable. For more details see |
Copy property values from the origin bean to the destination bean for all cases where the property names are the same. For more details see |
Copy the specified property value to the specified destination bean, performing any type conversion that is required. For more details see |
|
Return the entire set of properties for which the specified bean provides a read method. For more details see |
Return the value of the specified array property of the specified bean, as a String array. For more details see |
|
Deprecated! BeanUtils - now uses commons-logging for all log messages.
Use your favorite logging tool to configure logging for
this class.
debug static property is no longer used |
Return the value of the specified indexed property of the specified bean, as a String. For more details see |
For more details see |
For more details see |
For more details see |
Return the value of the (possibly nested) property of the specified name, for the specified bean, as a String. For more details see |
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String. For more details see |
Return the value of the specified simple property of the specified bean, converted to a String. For more details see |
|
Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs. For more details see |
|
Deprecated! BeanUtils - now uses commons-logging for all log messages.
Use your favorite logging tool to configure logging for
this class.
debug static property is no longer used |
Set the specified property value, performing type conversions as required to conform to the type of the destination property. For more details see |