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, as a blueprint of sorts.
|
Modifier and Type | Method and Description |
---|---|
StdDateFormat |
StdDateFormat.clone() |
StdDateFormat |
StdDateFormat.withLocale(Locale loc) |
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 © 2014-2015 FasterXML. All Rights Reserved.