com.fasterxml.jackson.databind.util

Class ISO8601DateFormat

  • All Implemented Interfaces:
    Serializable, Cloneable


    public class ISO8601DateFormat
    extends DateFormat
    Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY. It was mainly done to be used with Jackson JSON Processor.

    Watch out for clone implementation that returns itself.

    All other methods but parse and format and clone are undefined behavior.

    See Also:
    ISO8601Utils, Serialized Form

Copyright © 2008–2015 FasterXML. All rights reserved.