Class TimeZoneToStringConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<TimeZone,​String>
    Direct Known Subclasses:
    TimeZoneWriteConverter

    public class TimeZoneToStringConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<TimeZone,​String>
    The time zone to string converter.
    Author:
    Christian Bremer
    • Constructor Detail

      • TimeZoneToStringConverter

        public TimeZoneToStringConverter()
    • Method Detail

      • convert

        public String convert​(@NonNull
                              TimeZone source)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<TimeZone,​String>