类的使用
org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
使用EndpointLinksResolver的程序包
程序包
说明
Jersey support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
org.springframework.boot.actuate.endpoint.web.jersey中EndpointLinksResolver的使用
修饰符和类型方法说明Collection
<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
. -
org.springframework.boot.actuate.endpoint.web.reactive中EndpointLinksResolver的使用
限定符构造器说明WebFluxEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebFluxEndpointHandlerMapping
instance that provides mappings for the given endpoints. -
org.springframework.boot.actuate.endpoint.web.servlet中EndpointLinksResolver的使用
限定符构造器说明WebMvcEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebMvcEndpointHandlerMapping
instance that provides mappings for the given endpoints.