Class WebMvcProperties.Pathmatch
java.lang.Object
org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Pathmatch
- Enclosing class:
WebMvcProperties
@Deprecated(since="4.2.0",
forRemoval=true)
public static class WebMvcProperties.Pathmatch
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 4.0.0
- Author:
- Phillip Webb, Sébastien Deleuze, Stephane Nicoll, Eddú Meléndez, Brian Clozel, Vedran Pavic
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.voidsetMatchingStrategy(WebMvcProperties.MatchingStrategy matchingStrategy) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Pathmatch
public Pathmatch()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getMatchingStrategy
@DeprecatedConfigurationProperty(reason="Path matching is no longer configurable", since="4.2.0") public WebMvcProperties.MatchingStrategy getMatchingStrategy()Deprecated, for removal: This API element is subject to removal in a future version. -
setMatchingStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
-