Uses of Class
org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Package
Description
Jersey support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of EndpointLinksResolver in org.springframework.boot.actuate.endpoint.web.jersey
Modifier and TypeMethodDescriptionCollection<org.glassfish.jersey.server.model.Resource>
JerseyEndpointResourceFactory.createEndpointResources
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, EndpointLinksResolver linksResolver, boolean shouldRegisterLinks) CreatesResources
for the operations of the givenwebEndpoints
. -
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.