Package | Description |
---|---|
com.fasterxml.jackson.databind.util |
Utility classes for Mapper package.
|
Modifier and Type | Field and Description |
---|---|
static StdDateFormat |
StdDateFormat.instance
A singleton instance can be used for cloning purposes.
|
Modifier and Type | Method and Description |
---|---|
StdDateFormat |
StdDateFormat.clone() |
StdDateFormat |
StdDateFormat.withTimeZone(TimeZone tz)
Method used for creating a new instance with specified timezone;
if no timezone specified, defaults to the default timezone (UTC).
|
Copyright © 2012-2013 FasterXML. All Rights Reserved.