Uses of Class
org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
Packages that use 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
Methods in org.springframework.boot.actuate.endpoint.web.jersey with parameters of type EndpointLinksResolverModifier and TypeMethodDescriptionCollection<org.glassfish.jersey.server.model.Resource>JerseyEndpointResourceFactory.createEndpointResources(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, EndpointLinksResolver linksResolver, boolean shouldRegisterLinks) CreatesResourcesfor the operations of the givenwebEndpoints. -
Uses of EndpointLinksResolver in org.springframework.boot.actuate.endpoint.web.reactive
Constructors in org.springframework.boot.actuate.endpoint.web.reactive with parameters of type EndpointLinksResolverModifierConstructorDescriptionWebFluxEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebFluxEndpointHandlerMappinginstance that provides mappings for the given endpoints. -
Uses of EndpointLinksResolver in org.springframework.boot.actuate.endpoint.web.servlet
Constructors in org.springframework.boot.actuate.endpoint.web.servlet with parameters of type EndpointLinksResolverModifierConstructorDescriptionWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebMvcEndpointHandlerMappinginstance that provides mappings for the given endpoints.