Package | Description |
---|---|
org.apache.commons.beanutils |
The Bean Introspection Utilities component of the Apache 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, as well as mechanisms for dynamically defining
and accessing bean properties.
|
org.apache.commons.beanutils.locale |
Locale-aware extensions of the standard beanutils classes.
|
Modifier and Type | Method and Description |
---|---|
static FastHashMap |
PropertyUtils.getMappedPropertyDescriptors(Class beanClass)
Deprecated.
This method should not be exposed
|
FastHashMap |
PropertyUtilsBean.getMappedPropertyDescriptors(Class beanClass)
Deprecated.
This method should not be exposed
|
static FastHashMap |
PropertyUtils.getMappedPropertyDescriptors(Object bean)
Deprecated.
This method should not be exposed
|
FastHashMap |
PropertyUtilsBean.getMappedPropertyDescriptors(Object bean)
Deprecated.
This method should not be exposed
|
Modifier and Type | Method and Description |
---|---|
protected static FastHashMap |
LocaleConvertUtils.create(Locale locale)
Deprecated.
This method will be modified to return a Map in the next release.
|
protected FastHashMap |
LocaleConvertUtilsBean.create(Locale locale)
Deprecated.
This method will be modified to return a Map in the next release.
|
protected static FastHashMap |
LocaleConvertUtils.lookup(Locale locale)
Deprecated.
This method will be modified to return a Map in the next release.
|
protected FastHashMap |
LocaleConvertUtilsBean.lookup(Locale locale)
Deprecated.
This method will be modified to return a Map in the next release.
|
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.