| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.util | Utility classes for Mapper package. | 
| Modifier and Type | Field and Description | 
|---|---|
| static StdDateFormat | StdDateFormat. instanceA singleton instance can be used for cloning purposes, as a blueprint of sorts. | 
| Modifier and Type | Method and Description | 
|---|---|
| StdDateFormat | StdDateFormat. clone() | 
| StdDateFormat | StdDateFormat. withColonInTimeZone(boolean b)"Mutant factory" method that will return an instance that has specified
 handling of colon when serializing timezone (timezone either written
 like  +0500or+05:00):
 eitherthisinstance (if setting would not change), or newly
 constructed instance with desired setting for colon inclusion. | 
| StdDateFormat | StdDateFormat. withLenient(Boolean b)"Mutant factory" method that will return an instance that has specified leniency
 setting: either  thisinstance (if setting would not change), or newly
 constructed instance. | 
| StdDateFormat | StdDateFormat. withLocale(Locale loc)"Mutant factory" method that will return an instance that uses specified
  Locale:
 eitherthisinstance (if setting would not change), or newly
 constructed instance with differentLocaleto use. | 
| 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 © 2008–2020 FasterXML. All rights reserved.