public class ConverterMutableDateTimePatternArgs extends AbstractConverterTimezone<org.joda.time.MutableDateTime>
| Modifier and Type | Field and Description |
|---|---|
protected static ICache<String,org.joda.time.format.DateTimeFormatter> |
cache
Cache of formatters.
|
cacheTimezone, FEATURE_TIMEZONE, timezone| Constructor and Description |
|---|
ConverterMutableDateTimePatternArgs() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object value,
Object[] args)
Convert a given object to another using some arguments as auxiliary.
|
getTimezone, getZone, initialize, setTimezoneacceptpublic Object convert(Object value, Object[] args) throws ConverterException
IConverterconvert in interface IConverterconvert in class ConverterNotNullNotEmptyvalue - The value to be converted.args - The arguments.ConverterException - On conversion errors.Copyright © 2016. All rights reserved.