|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Convertor | The purpose of a Convertor is to convert between Object and String representations of the same thing. |
| Convertor.FormatCache | |
| ConvertorBuilder | Interface to be implemented by components that can build a Convertor based on a XML configuration (supplied as DOM Element). |
| Class Summary | |
|---|---|
| DefaultFormatCache | |
| DummyStringConvertor | Convertor that converts between strings and strings, in other words, it does nothing. |
| DummyStringConvertorBuilder | Builds DummyStringConvertors. |
| EnumConvertor | A Convertor
implementation for types implementing Joshua Bloch's
typesafe enum pattern. |
| EnumConvertorBuilder | Builds EnumConvertors. |
| FormattingDateConvertor | A Convertor for Date objects backed by the
SimpleDateFormat class. |
| FormattingDateConvertorBuilder | Builds FormattingDateConvertors. |
| FormattingDecimalConvertor | A Convertor for BigDecimals backed by the
DecimalFormat class. |
| FormattingDecimalConvertorBuilder | Builds FormattingDecimalConvertors. |
| FormattingFloatConvertor | A Convertor for Floats backed by the
NumberFormat class. |
| FormattingFloatConvertorBuilder | Builds FormattingDecimalConvertors. |
| FormattingIntegerConvertor | A Convertor for Integers backed by the
DecimalFormat class. |
| FormattingIntegerConvertorBuilder | Builds FormattingIntegerConvertors. |
| FormattingLongConvertor | A Convertor for Longs backed by the
DecimalFormat class. |
| FormattingLongConvertorBuilder | Builds FormattingLongConvertors. |
| LocaleMap | Map using Locale objects as keys. |
| MillisDateConvertor | A Convertor for Date objects which uses the number of milliseconds since January 1, 1970, 00:00:00 GMT as string representation. |
| MillisDateConvertorBuilder | Builds MillisDateConvertors. |
| PlainBooleanConvertor | Convertor for java.lang.Boolean's. |
| PlainBooleanConvertorBuilder | Builds {PlainBooleanConvertor}s. |
| PlainDecimalConvertor | Convertor for BigDecimals that does not do any
(locale-dependent) formatting. |
| PlainDecimalConvertorBuilder | |
| PlainFloatConvertor | Convertor for Floats that does not do any (locale-dependent)
formatting. |
| PlainFloatConvertorBuilder | |
| PlainIntegerConvertor | Convertor for java.lang.Integers that does not do any (Locale-dependent) formatting. |
| PlainIntegerConvertorBuilder | Builds PlainIntegerConvertors. |
| PlainLongConvertor | Convertor for java.lang.Longs that does not do any (Locale-dependent) formatting. |
| PlainLongConvertorBuilder | Builds PlainLongConvertors. |
General purpose convertors for converting between string and object representations of things (numbers, dates, ...).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||