Uses of Interface
org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
Package
Description
Auto-configuration for the Actuator's web endpoints.
Annotation support for actuator web endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of ExposableControllerEndpoint in org.springframework.boot.actuate.autoconfigure.endpoint.web
Modifier and TypeMethodDescriptionWebEndpointAutoConfiguration.controllerExposeExcludePropertyEndpointFilter()
-
Uses of ExposableControllerEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeMethodDescriptionprotected ExposableControllerEndpoint
ControllerEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionprotected boolean
ControllerEndpointDiscoverer.isInvocable
(ExposableControllerEndpoint endpoint) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionControllerEndpointDiscoverer
(ApplicationContext applicationContext, List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableControllerEndpoint>> filters) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointDiscoverer
instance. -
Uses of ExposableControllerEndpoint in org.springframework.boot.actuate.endpoint.web.reactive
ModifierConstructorDescriptionControllerEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMapping
instance providing mappings for the specified endpoints.ControllerEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMapping
instance providing mappings for the specified endpoints. -
Uses of ExposableControllerEndpoint in org.springframework.boot.actuate.endpoint.web.servlet
ModifierConstructorDescriptionControllerEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMapping
instance providing mappings for the specified endpoints.ControllerEndpointHandlerMapping
(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMapping
instance providing mappings for the specified endpoints.