Class TimeZoneConverter
java.lang.Object
com.github.joschi.jadconfig.converters.TimeZoneConverter
Converter for type
TimeZone- Author:
- jschalanda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimeZoneConverter
public TimeZoneConverter()
-
-
Method Details
-
convertFrom
- Specified by:
convertFromin interfaceConverter<TimeZone>- Parameters:
value- The configuration parameter'sStringvalue- Returns:
- A
TimeZoneinstance representing the configuration parameter's value - See Also:
-
convertTo
Returns aStringinstance representing the the configuration parameter's value.
-