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 org.bremersee.spring.core.convert.support.StringToTimeZoneConverter implements org.springframework.core.convert.converter.Converter<String,TimeZone>
The time zone read converter.
Author:
Christian Bremer
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new time zone read converter.
  • Method Summary

    Methods inherited from class org.bremersee.spring.core.convert.support.StringToTimeZoneConverter

    convert, equals, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen, convert
  • Constructor Details

    • TimeZoneReadConverter

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