Class HandlerMappingIntrospector.CachedResult
java.lang.Object
org.springframework.web.servlet.handler.HandlerMappingIntrospector.CachedResult
- Enclosing class:
- HandlerMappingIntrospector
Container for a 
MatchableHandlerMapping and CorsConfiguration
for a given request matched by dispatcher type and requestURI.- Since:
- 6.0.14
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptiongetResultFor(jakarta.servlet.http.HttpServletRequest request) Return aHandlerMappingIntrospector.CachedResultthat matches the given request.booleanmatches(jakarta.servlet.http.HttpServletRequest request) toString()
- 
Method Details- 
matchespublic boolean matches(jakarta.servlet.http.HttpServletRequest request) 
- 
getHandlerMapping- Throws:
- Exception
 
- 
getCorsConfig
- 
toString
- 
getResultForpublic static @Nullable HandlerMappingIntrospector.CachedResult getResultFor(jakarta.servlet.http.HttpServletRequest request) Return aHandlerMappingIntrospector.CachedResultthat matches the given request.
 
-