Class WebMvcProperties.Pathmatch
java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- Enclosing class:
- WebMvcProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
Deprecated.void
setMatchingStrategy
(WebMvcProperties.MatchingStrategy matchingStrategy) void
setUseRegisteredSuffixPattern
(boolean useRegisteredSuffixPattern) Deprecated.void
setUseSuffixPattern
(boolean useSuffixPattern) Deprecated.
-
Constructor Details
-
Pathmatch
public Pathmatch()
-
-
Method Details
-
getMatchingStrategy
-
setMatchingStrategy
-
isUseSuffixPattern
@DeprecatedConfigurationProperty(reason="Use of path extensions for request mapping and for content negotiation is discouraged.") @Deprecated public boolean isUseSuffixPattern()Deprecated. -
setUseSuffixPattern
Deprecated. -
isUseRegisteredSuffixPattern
@DeprecatedConfigurationProperty(reason="Use of path extensions for request mapping and for content negotiation is discouraged.") @Deprecated public boolean isUseRegisteredSuffixPattern()Deprecated. -
setUseRegisteredSuffixPattern
Deprecated.
-