Class TimeZoneConverter

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

public class TimeZoneConverter extends AbstractConverter<TimeZone>
The Class TimeZoneConverter.
  • Constructor Details

    • TimeZoneConverter

      public TimeZoneConverter()
      Instantiates a new time zone converter.
  • Method Details

    • fromString

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