T - Date object.public abstract class AbstractConverterTimezone<T> extends ConverterNotNullNotEmpty
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,TimeZone> |
cacheTimezone
Cache of timezone.
|
static String |
FEATURE_TIMEZONE
Feature to set timezone.
|
protected String |
timezone
The date timezone for adjust.
|
| Constructor and Description |
|---|
AbstractConverterTimezone() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTimezone()
Get current timezone set.
|
protected TimeZone |
getZone()
Get a timezone definition.
|
void |
initialize()
Initialize something.
|
void |
setTimezone(String timezone)
Set current timezone.
|
accept, convertpublic static final String FEATURE_TIMEZONE
protected String timezone
public String getTimezone()
public void setTimezone(String timezone)
timezone - The timezone.public void initialize()
IResetableinitialize in interface IResetableinitialize in class ConverterDefaultprotected TimeZone getZone()
Copyright © 2016. All rights reserved.