Uses of Interface
com.ricebridge.data.sc.StringConverter

Packages that use StringConverter
com.ricebridge.csvman.test Unit tests for CSV Manager component. 
com.ricebridge.data.sc Utility Class package for CSV Manager component. 
 

Uses of StringConverter in com.ricebridge.csvman.test
 

Classes in com.ricebridge.csvman.test that implement StringConverter
static class LoadBeansTest.DateConverter
           
static class SaveBeansTest.DateConverter
           
 

Uses of StringConverter in com.ricebridge.data.sc
 

Classes in com.ricebridge.data.sc that implement StringConverter
 class BooleanArrayStringConverter
          Handle boolean array textual representations.
 class BooleanStringConverter
          Handle boolean textual representations.
 class ByteArrayStringConverter
          Handle byte array textual representations.
 class ByteStringConverter
          Handle byte textual representations.
 class CharacterArrayStringConverter
          Handle char array textual representations.
 class CharacterStringConverter
          Handle char textual representations.
 class DefaultStringConverter
          Convenience class for implementing the StringConverter interface quickly and easily.
 class DoubleArrayStringConverter
          Handle double array textual representations.
 class DoubleStringConverter
          Handle double textual representations.
 class FloatArrayStringConverter
          Handle float array textual representations.
 class FloatStringConverter
          Handle float textual representations.
 class IntegerArrayStringConverter
          Handle int array textual representations.
 class IntegerStringConverter
          Handle integer textual representations.
 class LongArrayStringConverter
          Handle long array textual representations.
 class LongStringConverter
          Handle long textual representations.
 class ShortArrayStringConverter
          Handle short array textual representations.
 class ShortStringConverter
          Handle short textual representations.
 class StringArrayStringConverter
          Handle String array textual representations.
 class StringConverterSupport
          Support class for the StringConverter interface.
 class StringStringConverter
          Handle String textual representations.
 class TypeArrayStringConverter
          Utility class for handling conversion of native Java types in arrays.
 class TypeStringConverter
          Utility class for handling conversion of native Java types.
 



Copyright © 2003-2006 Ricebridge