Interface Config.TimestampField

Enclosing interface:
Config

public static interface Config.TimestampField
  • Method Details

    • fieldName

      Optional<String> fieldName()
      Used to change the json key for the field.
    • dateFormat

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

      @WithDefault("default") String zoneId()
      The zone to use when formatting the timestamp.
    • enabled

      Optional<Boolean> enabled()
      Enable or disable the field.