Uses of Class
org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
Packages that use AbstractWebMvcEndpointHandlerMapping
Package
Description
Spring MVC support for actuator endpoints.
-
Uses of AbstractWebMvcEndpointHandlerMapping in org.springframework.boot.webmvc.actuate.endpoint.web
Subclasses of AbstractWebMvcEndpointHandlerMapping in org.springframework.boot.webmvc.actuate.endpoint.webModifier and TypeClassDescriptionclassA customHandlerMappingthat allows health groups to be mapped to an additional path.classA customHandlerMappingthat makes web endpoints available over HTTP using Spring MVC.