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 class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
void
setBasePath
(@Nullable String basePath) void
setStaticPathPattern
(String staticPathPattern) void
setWebjarsPathPattern
(String webjarsPathPattern)
-
Constructor Details
-
WebFluxProperties
public WebFluxProperties()
-
-
Method Details
-
getBasePath
-
setBasePath
-
getFormat
-
getProblemdetails
-
getApiversion
-
getStaticPathPattern
-
setStaticPathPattern
-
getWebjarsPathPattern
-
setWebjarsPathPattern
-