Class DateTimeZoneConverter
java.lang.Object
com.github.joschi.jadconfig.jodatime.converters.DateTimeZoneConverter
- All Implemented Interfaces:
Converter<org.joda.time.DateTimeZone>
Converter for type
DateTimeZone- Author:
- jschalanda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateTimeZoneConverter
public DateTimeZoneConverter()
-
-
Method Details
-
convertFrom
Returns aDateTimeZoneinstance representing the specifiedStringvalue.- Specified by:
convertFromin interfaceConverter<org.joda.time.DateTimeZone>- Parameters:
value- The configuration parameter'sStringvalue- Returns:
- A
DateTimeZoneinstance representing the configuration parameter's value - See Also:
-
convertTo
Returns aStringinstance representing the the configuration parameter's value.
-