Interface | Description |
---|---|
ValueConverter |
A value converter is an object that can transform an object into a string or vice
versa.
|
Class | Description |
---|---|
ArrayValueConverter |
An ValueConverter that handles Arrays.
|
BeanPropertyLookupParser | |
BeanUtility |
The BeanUtility class enables access to bean properties using the reflection
API.
|
BigDecimalValueConverter |
A class that handles the conversion of
BigDecimal attributes to and from their
String representation. |
BigIntegerValueConverter |
A class that handles the conversion of
BigInteger attributes to and
from their String representation. |
BooleanValueConverter |
A class that handles the conversion of
Boolean attributes to and from their
String representation. |
ByteValueConverter |
A class that handles the conversion of
Byte attributes to and from their String representation. |
CharacterValueConverter |
A class that handles the conversion of
Character attributes to and from their
String representation. |
ClassValueConverter |
A class that handles the conversion of
Integer attributes to and from their
String representation. |
ColorValueConverter |
A class that handles the conversion of
Integer attributes to and from their
String representation. |
ConverterRegistry | |
DoubleValueConverter |
A class that handles the conversion of
Double attributes to and from their
String representation. |
FloatValueConverter |
A class that handles the conversion of
Float attributes to and from their
String representation. |
GenericValueConverter |
A class that handles the conversion of
Integer attributes to and from their
String representation. |
IntegerValueConverter |
A class that handles the conversion of
Integer attributes to and from their
String representation. |
LocaleValueConverter |
Creation-Date: 24.01.2006, 19:19:03
|
LongValueConverter |
A class that handles the conversion of
Integer attributes to and from their
String representation. |
ShortValueConverter |
A class that handles the conversion of
Integer attributes to and from their
String representation. |
StringValueConverter |
A class that handles the conversion of
Integer attributes to and from their
String representation. |
TimeZoneValueConverter |
Creation-Date: 24.01.2006, 19:19:03
|
Exception | Description |
---|---|
BeanException |
The BeanException class signals errors when setting or reading bean
properties.
|