Class CharsetConverter

java.lang.Object
org.csveed.bean.conversion.AbstractConverter<Charset>
org.csveed.bean.conversion.CharsetConverter
All Implemented Interfaces:
Converter<Charset>

public class CharsetConverter extends AbstractConverter<Charset>
The Class CharsetConverter.
  • Constructor Details

    • CharsetConverter

      public CharsetConverter()
      Instantiates a new charset converter.
  • Method Details

    • fromString

      public Charset 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(Charset value) throws Exception
      Description copied from interface: Converter
      To string.
      Parameters:
      value - the value
      Returns:
      the string
      Throws:
      Exception - the exception