Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
WebMvcProperties.MatchingStrategy |
WebMvcProperties.Pathmatch.getMatchingStrategy() |
static WebMvcProperties.MatchingStrategy |
WebMvcProperties.MatchingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebMvcProperties.MatchingStrategy[] |
WebMvcProperties.MatchingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WebMvcProperties.Pathmatch.setMatchingStrategy(WebMvcProperties.MatchingStrategy matchingStrategy) |