Uses of Class
tools.jackson.databind.util.StdDateFormat

Packages that use StdDateFormat
Package
Description
Utility classes for Mapper package.
  • Uses of StdDateFormat in tools.jackson.databind.util

    Modifier and Type
    Field
    Description
    static final StdDateFormat
    StdDateFormat.instance
    A singleton instance can be used for cloning purposes, as a blueprint of sorts.
    Modifier and Type
    Method
    Description
    StdDateFormat.clone()
     
    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): either this instance (if setting would not change), or newly constructed instance with desired setting for colon inclusion.
    StdDateFormat.withLenient(Boolean b)
    "Mutant factory" method that will return an instance that has specified leniency setting: either this instance (if setting would not change), or newly constructed instance.
    StdDateFormat.withLocale(Locale loc)
    "Mutant factory" method that will return an instance that uses specified Locale: either this instance (if setting would not change), or newly constructed instance with different Locale to use.
    StdDateFormat.withTimeZone(TimeZone tz)
    Method used for creating a new instance with specified timezone; if no timezone specified, defaults to the default timezone (UTC).