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.jersey.actuate.endpoint.web
Methods in org.springframework.boot.jersey.actuate.endpoint.web 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.webflux.actuate.endpoint.web
Constructors in org.springframework.boot.webflux.actuate.endpoint.web with parameters of type EndpointLinksResolverModifierConstructorDescriptionWebFluxEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, @Nullable CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebFluxEndpointHandlerMappinginstance that provides mappings for the given endpoints. -
Uses of EndpointLinksResolver in org.springframework.boot.webmvc.actuate.endpoint.web
Constructors in org.springframework.boot.webmvc.actuate.endpoint.web with parameters of type EndpointLinksResolverModifierConstructorDescriptionWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, @Nullable CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebMvcEndpointHandlerMappinginstance that provides mappings for the given endpoints.