@ConfigurationProperties(prefix="spring.webflux") public class WebFluxProperties extends Object
properties
for Spring WebFlux.Modifier and Type | Class and Description |
---|---|
static class |
WebFluxProperties.Cookie
Deprecated.
since 2.6.0 for removal in 2.8.0 in favor of
Cookie . |
static class |
WebFluxProperties.Format |
static class |
WebFluxProperties.SameSite
Deprecated.
since 2.6.0 for removal in 2.8.0 in favor of
Cookie.SameSite . |
static class |
WebFluxProperties.Session
Deprecated.
since 2.6.0 for removal in 2.8.0 in favor of
server.reactive.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()
@DeprecatedConfigurationProperty(replacement="server.reactive.session") public WebFluxProperties.Session getSession()
public String getStaticPathPattern()
public void setStaticPathPattern(String staticPathPattern)