Uses of Enum Class
org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
Package
Description
Auto-configuration for servlet web servers and Spring MVC.
-
Uses of WebMvcProperties.MatchingStrategy in org.springframework.boot.autoconfigure.web.servlet
Modifier and TypeMethodDescriptionWebMvcProperties.Pathmatch.getMatchingStrategy()
Returns the enum constant of this class with the specified name.static WebMvcProperties.MatchingStrategy[]
WebMvcProperties.MatchingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WebMvcProperties.Pathmatch.setMatchingStrategy
(WebMvcProperties.MatchingStrategy matchingStrategy)