Uses of Class
com.fasterxml.jackson.databind.util.StdDateFormat
-
Packages that use StdDateFormat Package Description com.fasterxml.jackson.databind.util Utility classes for Mapper package. -
-
Uses of StdDateFormat in com.fasterxml.jackson.databind.util
Fields in com.fasterxml.jackson.databind.util declared as StdDateFormat Modifier and Type Field Description static StdDateFormat
StdDateFormat. instance
A singleton instance can be used for cloning purposes, as a blueprint of sorts.Methods in com.fasterxml.jackson.databind.util that return StdDateFormat Modifier and Type Method 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+0500
or+05:00
): eitherthis
instance (if setting would not change), or newly constructed instance with desired setting for colon inclusion.StdDateFormat
StdDateFormat. withLenient(java.lang.Boolean b)
"Mutant factory" method that will return an instance that has specified leniency setting: eitherthis
instance (if setting would not change), or newly constructed instance.StdDateFormat
StdDateFormat. withLocale(java.util.Locale loc)
"Mutant factory" method that will return an instance that uses specifiedLocale
: eitherthis
instance (if setting would not change), or newly constructed instance with differentLocale
to use.StdDateFormat
StdDateFormat. withTimeZone(java.util.TimeZone tz)
Method used for creating a new instance with specified timezone; if no timezone specified, defaults to the default timezone (UTC).
-