Class ValueFormatters


  • public final class ValueFormatters
    extends Object
    Provides standard formatters.

    Each formatter implements ValueFormatter.

    • Field Detail

      • TO_STRING

        public static final ValueFormatter<Object> TO_STRING
        The default formatter that returns the value of the toString() method.
      • ADJUSTABLE_DATE

        public static final ValueFormatter<AdjustableDate> ADJUSTABLE_DATE
        The formatter to be used for AdjustableDate, printing the unadjusted date.
      • DOUBLE_ARRAY

        public static final ValueFormatter<double[]> DOUBLE_ARRAY
        The formatter to be used for double[].
      • UNSUPPORTED

        public static final ValueFormatter<Object> UNSUPPORTED
        The formatter to be used when no specific formatter exists for the object.