@ConfigurationProperties(prefix="spring.webflux")
public class WebFluxProperties
extends java.lang.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 |
|---|---|
java.lang.String |
getBasePath() |
WebFluxProperties.Format |
getFormat() |
WebFluxProperties.Session |
getSession() |
java.lang.String |
getStaticPathPattern() |
void |
setBasePath(java.lang.String basePath) |
void |
setStaticPathPattern(java.lang.String staticPathPattern) |
public java.lang.String getBasePath()
public void setBasePath(java.lang.String basePath)
public WebFluxProperties.Format getFormat()
public WebFluxProperties.Session getSession()
public java.lang.String getStaticPathPattern()
public void setStaticPathPattern(java.lang.String staticPathPattern)