Uses of Class
org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Package
Description
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of EndpointLinksResolver in org.springframework.boot.actuate.endpoint.web.reactive
ModifierConstructorDescriptionWebFluxEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebFluxEndpointHandlerMapping
instance that provides mappings for the given endpoints. -
Uses of EndpointLinksResolver in org.springframework.boot.actuate.endpoint.web.servlet
ModifierConstructorDescriptionWebMvcEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebMvcEndpointHandlerMapping
instance that provides mappings for the given endpoints.WebMvcEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping, PathPatternParser pathPatternParser) Creates a newWebMvcEndpointHandlerMapping
instance that provides mappings for the given endpoints.