类的使用
org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
程序包
说明
Web support for actuator endpoints.
Jersey support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
org.springframework.boot.actuate.endpoint.web中WebOperationRequestPredicate的使用
修饰符和类型方法说明WebOperation.getRequestPredicate()
Returns the predicate for requests that can be handled by this operation. -
org.springframework.boot.actuate.endpoint.web.jersey中WebOperationRequestPredicate的使用
修饰符和类型方法说明protected 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) -
org.springframework.boot.actuate.endpoint.web.servlet中WebOperationRequestPredicate的使用
修饰符和类型方法说明protected void
AbstractWebMvcEndpointHandlerMapping.registerMapping
(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, String path)