Uses of Class
org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
Packages that use WebOperationRequestPredicate
Package
Description
Web support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of WebOperationRequestPredicate in org.springframework.boot.actuate.endpoint.web
Methods in org.springframework.boot.actuate.endpoint.web that return WebOperationRequestPredicateModifier 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.servlet
Methods in org.springframework.boot.actuate.endpoint.web.servlet with parameters of type WebOperationRequestPredicateModifier and TypeMethodDescriptionprotected void
AbstractWebMvcEndpointHandlerMapping.registerMapping
(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, String path)