Package | Description |
---|---|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
org.springframework.boot.actuate.endpoint.web.jersey |
Jersey support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
Modifier and Type | Method and Description |
---|---|
protected WebOperation |
WebEndpointDiscoverer.createOperation(EndpointId endpointId,
DiscoveredOperationMethod operationMethod,
OperationInvoker invoker) |
Modifier and Type | Method and Description |
---|---|
protected EndpointDiscoverer.OperationKey |
WebEndpointDiscoverer.createOperationKey(WebOperation operation) |
Modifier and Type | Method and Description |
---|---|
protected ExposableWebEndpoint |
WebEndpointDiscoverer.createEndpoint(Object endpointBean,
EndpointId id,
boolean enabledByDefault,
Collection<WebOperation> operations) |
Modifier and Type | Method and Description |
---|---|
protected org.glassfish.jersey.server.model.Resource |
JerseyEndpointResourceFactory.createResource(EndpointMapping endpointMapping,
WebOperation operation) |
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 |
AbstractWebFluxEndpointHandlerMapping.registerReadMapping(RequestMappingInfo requestMappingInfo,
ExposableWebEndpoint endpoint,
WebOperation operation) |
protected AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation |
AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation(ExposableWebEndpoint endpoint,
WebOperation operation,
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation)
Hook point that allows subclasses to wrap the
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation before
it's called. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWebMvcEndpointHandlerMapping.registerMapping(ExposableWebEndpoint endpoint,
WebOperationRequestPredicate predicate,
WebOperation operation,
String path) |
protected AbstractWebMvcEndpointHandlerMapping.ServletWebOperation |
AbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation(ExposableWebEndpoint endpoint,
WebOperation operation,
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation)
Hook point that allows subclasses to wrap the
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation before
it's called. |