Class DateFormatProcessor.Input

  • Enclosing class:
    DateFormatProcessor

    public static final class DateFormatProcessor.Input
    extends java.lang.Object
    The Input of the processor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Locale REPORT_LOCALE
      The values.
      java.lang.String timezone
      The timezone to use.
    • Constructor Summary

      Constructors 
      Constructor Description
      Input()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • timezone

        public java.lang.String timezone
        The timezone to use.

        Either an abbreviation such as "CET", a full name such as "Europe/Zurich", or a custom ID such as "GMT-8:00". Defaults to the OS timezone.

      • REPORT_LOCALE

        public java.util.Locale REPORT_LOCALE
        The values.
    • Constructor Detail

      • Input

        public Input()