@ConfigurationProperties(prefix="spring.webflux") public class WebFluxProperties extends Object
properties for Spring WebFlux.| Modifier and Type | Class and Description |
|---|---|
static class |
WebFluxProperties.Cookie |
static class |
WebFluxProperties.Format |
static class |
WebFluxProperties.SameSite |
static class |
WebFluxProperties.Session |
| Constructor and Description |
|---|
WebFluxProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
WebFluxProperties.Format |
getFormat() |
WebFluxProperties.Session |
getSession() |
String |
getStaticPathPattern() |
void |
setBasePath(String basePath) |
void |
setStaticPathPattern(String staticPathPattern) |
public String getBasePath()
public void setBasePath(String basePath)
public WebFluxProperties.Format getFormat()
public WebFluxProperties.Session getSession()
public String getStaticPathPattern()
public void setStaticPathPattern(String staticPathPattern)