Class WebFluxProperties.Format

java.lang.Object
org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Format
Enclosing class:
WebFluxProperties

public static class WebFluxProperties.Format extends Object
Since:
4.0.0
Author:
Brian Clozel, Vedran Pavic
  • Constructor Details

    • Format

      public Format()
  • Method Details

    • getDate

      public @Nullable String getDate()
    • setDate

      public void setDate(@Nullable String date)
    • getTime

      public @Nullable String getTime()
    • setTime

      public void setTime(@Nullable String time)
    • getDateTime

      public @Nullable String getDateTime()
    • setDateTime

      public void setDateTime(@Nullable String dateTime)