Uses of Interface
org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint
Packages that use ExposableWebEndpoint
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 ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.web
Subinterfaces with type arguments of type ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.webModifier and TypeInterfaceDescriptioninterface -
Uses of ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Subclasses with type arguments of type ExposableWebEndpoint in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeClassDescriptionclassMethods in org.springframework.boot.actuate.endpoint.web.annotation that return ExposableWebEndpointModifier and TypeMethodDescriptionprotected ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations) -
Uses of ExposableWebEndpoint in org.springframework.boot.jersey.actuate.endpoint.web
Method parameters in org.springframework.boot.jersey.actuate.endpoint.web with type arguments of type ExposableWebEndpointModifier and TypeMethodDescriptionCollection<org.glassfish.jersey.server.model.Resource> JerseyEndpointResourceFactory.createEndpointResources(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, EndpointLinksResolver linksResolver, boolean shouldRegisterLinks) CreatesResourcesfor the operations of the givenwebEndpoints.Collection<org.glassfish.jersey.server.model.Resource> JerseyHealthEndpointAdditionalPathResourceFactory.createEndpointResources(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints) -
Uses of ExposableWebEndpoint in org.springframework.boot.webflux.actuate.endpoint.web
Methods in org.springframework.boot.webflux.actuate.endpoint.web that return types with arguments of type ExposableWebEndpointModifier and TypeMethodDescriptionAbstractWebFluxEndpointHandlerMapping.getEndpoints()Return the web endpoints being mapped.Methods in org.springframework.boot.webflux.actuate.endpoint.web with parameters of type ExposableWebEndpointModifier 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.Constructors in org.springframework.boot.webflux.actuate.endpoint.web with parameters of type ExposableWebEndpointModifierConstructorDescriptionAdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping endpointMapping, @Nullable ExposableWebEndpoint healthEndpoint, Set<HealthEndpointGroup> groups) Constructor parameters in org.springframework.boot.webflux.actuate.endpoint.web with type arguments of type ExposableWebEndpointModifierConstructorDescriptionAbstractWebFluxEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, @Nullable CorsConfiguration corsConfiguration, boolean shouldRegisterLinksMapping) Creates a newAbstractWebFluxEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints.WebFluxEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, @Nullable CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebFluxEndpointHandlerMappinginstance that provides mappings for the given endpoints. -
Uses of ExposableWebEndpoint in org.springframework.boot.webmvc.actuate.endpoint.web
Methods in org.springframework.boot.webmvc.actuate.endpoint.web that return types with arguments of type ExposableWebEndpointModifier and TypeMethodDescriptionAbstractWebMvcEndpointHandlerMapping.getEndpoints()Return the web endpoints being mapped.Methods in org.springframework.boot.webmvc.actuate.endpoint.web with parameters of type ExposableWebEndpointModifier 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.Constructors in org.springframework.boot.webmvc.actuate.endpoint.web with parameters of type ExposableWebEndpointModifierConstructorDescriptionAdditionalHealthEndpointPathsWebMvcHandlerMapping(@Nullable ExposableWebEndpoint healthEndpoint, Set<HealthEndpointGroup> groups) Constructor parameters in org.springframework.boot.webmvc.actuate.endpoint.web with type arguments of type ExposableWebEndpointModifierConstructorDescriptionAbstractWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, boolean shouldRegisterLinksMapping) Creates a newWebEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints.AbstractWebMvcEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, @Nullable CorsConfiguration corsConfiguration, boolean shouldRegisterLinksMapping) Creates a newAbstractWebMvcEndpointHandlerMappingthat provides mappings for the operations of the given endpoints.WebMvcEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes, @Nullable CorsConfiguration corsConfiguration, EndpointLinksResolver linksResolver, boolean shouldRegisterLinksMapping) Creates a newWebMvcEndpointHandlerMappinginstance that provides mappings for the given endpoints.