Java BeanUtils Tutorial
Standard JavaBeans
Dynamic Beans (DynaBeans)
Data Type Conversions
Utility Objects & Classes
Collections
Java BeanUtils Useful Resources
Selected Reading
Standard JavaBeans
- Suppressing Properties
- Customizing Introspection
- Nested Property Access
- Basic Property Access
- Background
Dynamic Beans (DynaBeans)
Data Type Conversions
Utility Objects & Classes
Collections
Java BeanUtils Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Utility Objects & Classes
Java BeanUtils - Utipty Objects & Classes
Description
The utipty classes such as BeanUtils, ConvertUtils and PropertyUtils can be accessed through utipty objects and shares the same caches and registered converters. You can instantiate corresponding class with same functionapty for each static utipty class.
Static utipty classes are the classes having only static methods performing some operations on the objects that are passed as parameters. Typically such classes have no state.
The following table shows the Static Utipty Classes and Utipty Objects:
S.N. | Static Utipty Class | Utipty Object |
---|---|---|
1 | BeanUtils | BeanUtilsBean |
2 | ConvertUtils | ConvertUtilsBean |
3 | PropertyUtils | PropertyUtilsBean |