Class StringConverter

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

public class StringConverter extends AbstractConverter<String>
The Class StringConverter.
  • Constructor Details

    • StringConverter

      public StringConverter()
      Instantiates a new string converter.
  • Method Details

    • fromString

      public String fromString(String text)
      Description copied from interface: Converter
      From string.
      Parameters:
      text - the text
      Returns:
      the k
    • toString

      public String toString(String value)
      Description copied from interface: Converter
      To string.
      Parameters:
      value - the value
      Returns:
      the string