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 TypeInterfaceDescriptioninterfaceInformation 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 TypeClassDescriptionclassMethods in org.springframework.boot.actuate.endpoint.web.annotation that return WebOperationModifier and TypeMethodDescriptionprotected WebOperationWebEndpointDiscoverer.createOperation(EndpointId endpointId, DiscoveredOperationMethod operationMethod, OperationInvoker invoker) Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type WebOperationModifier and TypeMethodDescriptionprotected EndpointDiscoverer.OperationKeyWebEndpointDiscoverer.createOperationKey(WebOperation operation) Method parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type WebOperationModifier and TypeMethodDescriptionprotected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations) -
Uses of WebOperation in org.springframework.boot.jersey.actuate.endpoint.web
Methods in org.springframework.boot.jersey.actuate.endpoint.web with parameters of type WebOperationModifier and TypeMethodDescriptionprotected org.glassfish.jersey.server.model.ResourceJerseyEndpointResourceFactory.createResource(EndpointMapping endpointMapping, WebOperation operation) protected org.glassfish.jersey.server.model.ResourceJerseyEndpointResourceFactory.getResource(EndpointMapping endpointMapping, WebOperation operation, WebOperationRequestPredicate requestPredicate, String path, @Nullable WebServerNamespace serverNamespace, @Nullable org.springframework.boot.jersey.actuate.endpoint.web.JerseyRemainingPathSegmentProvider remainingPathSegmentProvider) -
Uses of WebOperation in org.springframework.boot.webflux.actuate.endpoint.web
Methods in org.springframework.boot.webflux.actuate.endpoint.web with parameters of type WebOperationModifier and TypeMethodDescriptionprotected voidAbstractWebFluxEndpointHandlerMapping.registerReadMapping(RequestMappingInfo requestMappingInfo, ExposableWebEndpoint endpoint, WebOperation operation) AbstractWebFluxEndpointHandlerMapping.wrapReactiveWebOperation(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation reactiveWebOperation) Hook point that allows subclasses to wrap theAbstractWebFluxEndpointHandlerMapping.ReactiveWebOperationbefore it's called. -
Uses of WebOperation in org.springframework.boot.webmvc.actuate.endpoint.web
Methods in org.springframework.boot.webmvc.actuate.endpoint.web with parameters of type WebOperationModifier and TypeMethodDescriptionprotected voidAbstractWebMvcEndpointHandlerMapping.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.ServletWebOperationbefore it's called.