Class WebFluxProperties
java.lang.Object
org.springframework.boot.webflux.autoconfigure.WebFluxProperties
Properties for Spring WebFlux.- Since:
- 4.0.0
- Author:
- Brian Clozel, Vedran Pavic
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringvoidsetBasePath(@Nullable String basePath) voidsetStaticPathPattern(String staticPathPattern) voidsetWebjarsPathPattern(String webjarsPathPattern)
-
Constructor Details
-
WebFluxProperties
public WebFluxProperties()
-
-
Method Details
-
getBasePath
-
setBasePath
-
getFormat
-
getProblemdetails
-
getApiversion
-
getStaticPathPattern
-
setStaticPathPattern
-
getWebjarsPathPattern
-
setWebjarsPathPattern
-