Uses of Enum Class
org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.MatchingStrategy
Packages that use WebMvcProperties.MatchingStrategy
Package
Description
Auto-configuration for Spring MVC.
-
Uses of WebMvcProperties.MatchingStrategy in org.springframework.boot.webmvc.autoconfigure
Subclasses with type arguments of type WebMvcProperties.MatchingStrategy in org.springframework.boot.webmvc.autoconfigureModifier and TypeClassDescriptionstatic enum
Matching strategy options.Methods in org.springframework.boot.webmvc.autoconfigure that return WebMvcProperties.MatchingStrategyModifier 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.Methods in org.springframework.boot.webmvc.autoconfigure with parameters of type WebMvcProperties.MatchingStrategyModifier and TypeMethodDescriptionvoid
WebMvcProperties.Pathmatch.setMatchingStrategy
(WebMvcProperties.MatchingStrategy matchingStrategy)