Class TimeZoneReadConverter

java.lang.Object
org.bremersee.spring.core.convert.support.StringToTimeZoneConverter
org.bremersee.spring.data.convert.TimeZoneReadConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,TimeZone>

@ReadingConverter public class TimeZoneReadConverter extends StringToTimeZoneConverter implements org.springframework.core.convert.converter.Converter<String,TimeZone>
The time zone read converter.
Author:
Christian Bremer
  • Constructor Details

    • TimeZoneReadConverter

      public TimeZoneReadConverter()
      Instantiates a new time zone read converter.