|
||||||||||
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 DummyStringConvertor s. |
EnumConvertor | A Convertor
implementation for types implementing Joshua Bloch's
typesafe enum pattern. |
EnumConvertorBuilder | Builds EnumConvertor s. |
FormattingDateConvertor | A Convertor for Date objects backed by the
SimpleDateFormat class. |
FormattingDateConvertorBuilder | Builds FormattingDateConvertor s. |
FormattingDecimalConvertor | A Convertor for BigDecimal s backed by the
DecimalFormat class. |
FormattingDecimalConvertorBuilder | Builds FormattingDecimalConvertor s. |
FormattingFloatConvertor | A Convertor for Float s backed by the
NumberFormat class. |
FormattingFloatConvertorBuilder | Builds FormattingDecimalConvertor s. |
FormattingIntegerConvertor | A Convertor for Integer s backed by the
DecimalFormat class. |
FormattingIntegerConvertorBuilder | Builds FormattingIntegerConvertor s. |
FormattingLongConvertor | A Convertor for Long s backed by the
DecimalFormat class. |
FormattingLongConvertorBuilder | Builds FormattingLongConvertor s. |
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 MillisDateConvertor s. |
PlainBooleanConvertor | Convertor for java.lang.Boolean's. |
PlainBooleanConvertorBuilder | Builds {PlainBooleanConvertor}s. |
PlainDecimalConvertor | Convertor for BigDecimal s that does not do any
(locale-dependent) formatting. |
PlainDecimalConvertorBuilder | |
PlainFloatConvertor | Convertor for Float s 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 PlainIntegerConvertor s. |
PlainLongConvertor | Convertor for java.lang.Longs that does not do any (Locale-dependent) formatting. |
PlainLongConvertorBuilder | Builds PlainLongConvertor s. |
General purpose convertors for converting between string and object representations of things (numbers, dates, ...).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |