Class WebMvcProperties.Pathmatch
java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch
- Enclosing class:
- WebMvcProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.voidsetMatchingStrategy(WebMvcProperties.MatchingStrategy matchingStrategy) voidsetUseRegisteredSuffixPattern(boolean useRegisteredSuffixPattern) Deprecated.voidsetUseSuffixPattern(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.
-