Package nl.openedge.baritus.converters

Converters that are used for population.

See:
          Description

Interface Summary
Converter General purpose data type converter.
Formatter Interface for formatting values.
LocaleConverter General purpose data type converter.
LocaleFormatter Formatter that uses a locale.
 

Class Summary
BaseLocaleConverter base class for localized converters
BooleanConverter Converter implementation that converts an incoming String into a java.lang.Boolean object, throwing a ConversionException if a conversion error occurs.
ByteConverter Converter implementation that converts an incoming String into a java.lang.Byte object, throwing a ConversionException if a conversion error occurs.
ByteLocaleConverter localized byte converter
CharacterConverter Converter implementation that converts an incoming String into a java.lang.Character object, throwing a ConversionException if a conversion error occurs.
DateLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.util.Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DecimalLocaleConverter Modified LocaleConverter implementation for this framework
DoubleConverter Converter implementation that converts an incoming String into a java.lang.Double object, throwing a ConversionException if a conversion error occurs.
DoubleLocaleConverter locale aware converter for doubles
FloatConverter Converter implementation that converts an incoming String into a java.lang.Float object, throwing a ConversionException if a conversion error occurs.
FloatLocaleConverter localized float converter
IntegerConverter Converter implementation that converts an incoming String into a java.lang.Integer object, throwing a ConversionException if a conversion error occurs.
LongConverter Standard Converter implementation that converts an incoming String into a java.lang.Long object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
LongLocaleConverter localized long converter
NoopConverter Converter that does nothing at all!
ShortConverter Converter implementation that converts an incoming String into a java.lang.Short object, throwing a ConversionException if a conversion error occurs.
ShortLocaleConverter localized short converter
 

Exception Summary
ConversionException Modified ConversionException that saves the desired pattern as an extra field
 

Package nl.openedge.baritus.converters Description

Converters that are used for population.



Copyright © 2003-2004 Open Edge. All Rights Reserved.