Class DateTimeConverters.SqlTimeToString

All Implemented Interfaces:
Converter<Time,String>, ConverterLoader, LocalizedConverter<Time,String>
Enclosing class:
DateTimeConverters

public static class DateTimeConverters.SqlTimeToString extends DateTimeConverters.GenericLocalizedConverter<Time,String>
  • Constructor Details

    • SqlTimeToString

      public SqlTimeToString()
  • Method Details

    • convert

      public String convert(Time obj, Locale locale, TimeZone timeZone, String formatString) throws ConversionException
      Description copied from interface: LocalizedConverter
      Converts obj to T.
      Parameters:
      obj - The source Object to convert
      locale - The locale used for conversion - must not be null
      timeZone - The time zone used for conversion - must not be null
      formatString - Optional formatting string
      Returns:
      The converted Object
      Throws:
      ConversionException