Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
Modifier and Type | Method and Description |
---|---|
WebFluxProperties.SameSite |
WebFluxProperties.Cookie.getSameSite() |
static WebFluxProperties.SameSite |
WebFluxProperties.SameSite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebFluxProperties.SameSite[] |
WebFluxProperties.SameSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WebFluxProperties.Cookie.setSameSite(WebFluxProperties.SameSite sameSite) |