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