| java.lang.Object org.apache.commons.beanutils.PropertyUtilsBean org.apache.commons.beanutils.PropsFirstPropertyUtilsBean
PropsFirstPropertyUtilsBean | public class PropsFirstPropertyUtilsBean extends PropertyUtilsBean (Code) | | A PropertyUtilsBean which customises the behaviour of the
setNestedProperty and getNestedProperty methods to look for
simple properties in preference to map entries.
|
PropsFirstPropertyUtilsBean | public PropsFirstPropertyUtilsBean()(Code) | | |
Methods inherited from org.apache.commons.beanutils.PropertyUtilsBean | public void clearDescriptors()(Code)(Java Doc) public void copyProperties(Object dest, Object orig) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Map describe(Object bean) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Object getIndexedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Object getIndexedProperty(Object bean, String name, int index) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) protected static PropertyUtilsBean getInstance()(Code)(Java Doc) public Object getMappedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Object getMappedProperty(Object bean, String name, String key) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public FastHashMap getMappedPropertyDescriptors(Class beanClass)(Code)(Java Doc) public FastHashMap getMappedPropertyDescriptors(Object bean)(Code)(Java Doc) public Object getNestedProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Object getProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public PropertyDescriptor getPropertyDescriptor(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public PropertyDescriptor[] getPropertyDescriptors(Class beanClass)(Code)(Java Doc) public PropertyDescriptor[] getPropertyDescriptors(Object bean)(Code)(Java Doc) public Class getPropertyEditorClass(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) protected Object getPropertyOfMapBean(Map bean, String propertyName) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Class getPropertyType(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Method getReadMethod(PropertyDescriptor descriptor)(Code)(Java Doc) public Resolver getResolver()(Code)(Java Doc) public Object getSimpleProperty(Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public Method getWriteMethod(PropertyDescriptor descriptor)(Code)(Java Doc) public boolean isReadable(Object bean, String name)(Code)(Java Doc) public boolean isWriteable(Object bean, String name)(Code)(Java Doc) public void setIndexedProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public void setIndexedProperty(Object bean, String name, int index, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public void setMappedProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public void setMappedProperty(Object bean, String name, String key, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public void setNestedProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public void setProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) protected void setPropertyOfMapBean(Map bean, String propertyName, Object value) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc) public void setResolver(Resolver resolver)(Code)(Java Doc) public void setSimpleProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
|
|
|