Class DateParam

  • All Implemented Interfaces:
    Serializable, Cloneable, Comparable<Date>

    @StableMinor(version="14.1",
                 sinceVersion="8.0")
    public class DateParam
    extends Date
    Class that may be used as a parameter in a JAX-RS operation that expects to receive date in ISO 8601 format or as a numeric value indicating the number of milliseconds since January 1, 1970, 00:00:00 GMT.
    Since:
    8.0.0
    Version:
    $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
    See Also:
    Serialized Form
    • Constructor Detail

      • DateParam

        public DateParam​(String value)