Class DispatcherServletMappingDetails
java.lang.Object
org.springframework.boot.webmvc.actuate.mappings.DispatcherServletMappingDetails
Details of a
DispatcherServlet mapping.- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable HandlerFunctionDescription@Nullable org.springframework.boot.actuate.web.mappings.HandlerMethodDescription@Nullable RequestMappingConditionsDescription
-
Constructor Details
-
DispatcherServletMappingDetails
public DispatcherServletMappingDetails()
-
-
Method Details
-
getHandlerMethod
public @Nullable org.springframework.boot.actuate.web.mappings.HandlerMethodDescription getHandlerMethod() -
getHandlerFunction
-
getRequestMappingConditions
-