Class Config.TimestampField

  • Enclosing class:
    Config

    public static class Config.TimestampField
    extends Object
    • Field Detail

      • fieldName

        @ConfigItem
        public Optional<String> fieldName
        Used to change the json key for the field.
      • dateFormat

        @ConfigItem(defaultValue="default")
        public String dateFormat
        The date format to use. The special string "default" indicates that the default format should be used.
      • zoneId

        @ConfigItem(defaultValue="default")
        public String zoneId
        The zone to use when formatting the timestamp.
      • enabled

        @ConfigItem
        public Optional<Boolean> enabled
        Enable or disable the field.
    • Constructor Detail

      • TimestampField

        public TimestampField()