Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.jersey |
Jersey support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
WebOperationRequestPredicate |
WebOperation.getRequestPredicate()
Returns the predicate for requests that can be handled by this operation.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWebMvcEndpointHandlerMapping.registerMapping(ExposableWebEndpoint endpoint,
WebOperationRequestPredicate predicate,
WebOperation operation,
String path) |