Annotation Type JsonbDateFormat

    • Field Detail

      • DEFAULT_LOCALE

        static final String DEFAULT_LOCALE
        Value that indicates that default Locale.
      • DEFAULT_FORMAT

        static final String DEFAULT_FORMAT
        Value that indicates the default format.
      • TIME_IN_MILLIS

        static final String TIME_IN_MILLIS
        Special date format which serializes given date as milliseconds. Such date is serialized as a number.
    • Element Detail

      • value

        String value
        Specifies the date pattern to use.
        Returns:
        Date pattern to use.
        Default:
        "##default"
      • locale

        String locale
        Custom Locale to use.
        Returns:
        Locale to use.
        Default:
        "##default"