Package net.sf.flatpack.converter

Contains PZConverter implementations for converting reader data into its appropriate object via the getObject() call on the IDataSet.

See:
          Description

Interface Summary
Converter Responsible for converting a column in IDataSet to the desired Object.
 

Class Summary
ConvertBigDecimal Returns a BigDecimal Non numeric chars are removed from the string before converting
ConvertDouble Returns a Double Non numeric chars are removed from the string before converting
ConvertInteger Returns a Integer Non numeric chars are removed from the string before converting
 

Exception Summary
FPConvertException Exception thrown when a conversion error occurs
 

Package net.sf.flatpack.converter Description

Contains PZConverter implementations for converting reader data into its appropriate object via the getObject() call on the IDataSet. These converters are registered via the pzconvert.properties file.