Uses of Class
org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Package
Description
Web support for actuator endpoints.
Jersey support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of WebOperationRequestPredicate in org.springframework.boot.actuate.endpoint.web
Modifier and TypeMethodDescriptionWebOperation.getRequestPredicate()
Returns the predicate for requests that can be handled by this operation. -
Uses of WebOperationRequestPredicate in org.springframework.boot.actuate.endpoint.web.jersey
Modifier and TypeMethodDescriptionprotected org.glassfish.jersey.server.model.Resource
JerseyEndpointResourceFactory.getResource
(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, String path, WebServerNamespace serverNamespace, org.springframework.boot.actuate.endpoint.web.jersey.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) -
Uses of WebOperationRequestPredicate in org.springframework.boot.actuate.endpoint.web.servlet
Modifier and TypeMethodDescriptionprotected void
AbstractWebMvcEndpointHandlerMapping.registerMapping
(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, String path)