Class StringToTimeZoneConverter
java.lang.Object
org.bremersee.spring.core.convert.support.StringToTimeZoneConverter
- Direct Known Subclasses:
TimeZoneReadConverter
public class StringToTimeZoneConverter
extends Object
implements org.springframework.core.convert.converter.Converter<String,TimeZone>
The string to time zone converter.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new string to time zone converter. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
StringToTimeZoneConverter
public StringToTimeZoneConverter()Instantiates a new string to time zone converter.
-
-
Method Details