クラス WebFluxProperties

java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties

@ConfigurationProperties(prefix="spring.webflux") public class WebFluxProperties extends ObjectSE
導入:
2.0.0
作成者:
Brian Clozel, Vedran Pavic
  • コンストラクターの詳細

    • WebFluxProperties

      public WebFluxProperties()
  • メソッドの詳細

    • getBasePath

      public StringSE getBasePath()
    • setBasePath

      public void setBasePath(StringSE basePath)
    • getFormat

      public WebFluxProperties.Format getFormat()
    • getProblemdetails

      public WebFluxProperties.Problemdetails getProblemdetails()
    • getStaticPathPattern

      public StringSE getStaticPathPattern()
    • setStaticPathPattern

      public void setStaticPathPattern(StringSE staticPathPattern)
    • getWebjarsPathPattern

      public StringSE getWebjarsPathPattern()
    • setWebjarsPathPattern

      public void setWebjarsPathPattern(StringSE webjarsPathPattern)