Class CharArrayConverter

java.lang.Object
org.csveed.bean.conversion.AbstractConverter<char[]>
org.csveed.bean.conversion.CharArrayConverter
All Implemented Interfaces:
Converter<char[]>

public class CharArrayConverter extends AbstractConverter<char[]>
The Class CharArrayConverter.
  • Constructor Details

    • CharArrayConverter

      public CharArrayConverter()
      Instantiates a new char array converter.
  • Method Details

    • fromString

      public char[] fromString(String text) throws Exception
      Description copied from interface: Converter
      From string.
      Parameters:
      text - the text
      Returns:
      the k
      Throws:
      Exception - the exception
    • toString

      public String toString(char[] value) throws Exception
      Description copied from interface: Converter
      To string.
      Parameters:
      value - the value
      Returns:
      the string
      Throws:
      Exception - the exception