Annotation Type JavaTimeConversionPattern

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The date/time conversion pattern.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean nullable
      Whether null argument values are allowed.
    • Element Detail

      • value

        java.lang.String value
        The date/time conversion pattern.
        See Also:
        DateTimeFormatterBuilder.appendPattern(String)
      • nullable

        @API(status=MAINTAINED,
             since="5.13.3")
        boolean nullable
        Whether null argument values are allowed.

        Defaults to false, in which case a null value will result in an exception.

        Since:
        5.12
        Default:
        false