| Class | Description |
|---|---|
| Bean |
A wrapper class for Java Bean object.
|
| BeanType |
Represents all the meta-information of a Java bean.
|
| ClassEditor |
The PropertyEditor that converts between String and Class.
|
| DateEditor |
The PropertyEditor that converts between String and java.util.Date
using the current locale.
|
| FileEditor |
The PropertyEditor that converts between String and File.
|
| LocaleEditor |
The PropertyEditor that converts between String and Locale.
|
| TimeZoneEditor |
The PropertyEditor that converts between String and TimeZone.
|
| URIEditor |
The PropertyEditor that converts between String and java.net.URI.
|
| URLEditor |
The PropertyEditor that converts between String and java.net.URL.
|
| Exception | Description |
|---|---|
| BeanException |
Represents any bean related exception.
|
| BeanPropertyException |
Represents an exception related to a property.
|
| NoSuchPropertyException |
Represents an error when a property cannot be found.
|
| PropertyNotReadableException |
Represents an exception when a property read fails.
|
| PropertyNotWritableException |
Represents an exception when a property write fails.
|