Uses of Interface
org.springframework.boot.actuate.endpoint.web.WebOperation
Packages that use WebOperation
Package
Description
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
Jersey support for actuator endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web
Subinterfaces with type arguments of type WebOperation in org.springframework.boot.actuate.endpoint.webModifier and TypeInterfaceDescriptioninterface
Information describing an endpoint that can be exposed over the web. -
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.annotation
Subclasses with type arguments of type WebOperation in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeClassDescriptionclass
Methods in org.springframework.boot.actuate.endpoint.web.annotation that return WebOperationModifier and TypeMethodDescriptionprotected WebOperation
WebEndpointDiscoverer.createOperation
(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type WebOperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKey
WebEndpointDiscoverer.createOperationKey
(WebOperation operation) Method parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type WebOperationModifier and TypeMethodDescriptionprotected ExposableWebEndpoint
WebEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations) -
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.jersey
Methods in org.springframework.boot.actuate.endpoint.web.jersey with parameters of type WebOperationModifier and TypeMethodDescriptionprotected 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) -
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.reactive
Methods in org.springframework.boot.actuate.endpoint.web.reactive with parameters of type WebOperationModifier and TypeMethodDescriptionprotected void
AbstractWebFluxEndpointHandlerMapping.registerReadMapping
(RequestMappingInfo requestMappingInfo, ExposableWebEndpoint endpoint, WebOperation operation) AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation) Hook point that allows subclasses to wrap theAbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
before it's called. -
Uses of WebOperation in org.springframework.boot.actuate.endpoint.web.servlet
Methods in org.springframework.boot.actuate.endpoint.web.servlet with parameters of type WebOperationModifier and TypeMethodDescriptionprotected void
AbstractWebMvcEndpointHandlerMapping.registerMapping
(ExposableWebEndpoint endpoint, WebOperationRequestPredicate predicate, WebOperation operation, String path) AbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation) Hook point that allows subclasses to wrap theAbstractWebMvcEndpointHandlerMapping.ServletWebOperation
before it's called.