Uses of Interface
org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Package
Description
Auto-configuration for the Actuator's web endpoints.
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of ExposableServletEndpoint in org.springframework.boot.actuate.autoconfigure.endpoint.web
Modifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter
(WebEndpointProperties properties) -
Uses of ExposableServletEndpoint in org.springframework.boot.actuate.endpoint.web
ModifierConstructorDescriptionServletEndpointRegistrar
(String basePath, Collection<ExposableServletEndpoint> servletEndpoints) -
Uses of ExposableServletEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeMethodDescriptionprotected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<Operation> operations) ModifierConstructorDescriptionServletEndpointDiscoverer
(ApplicationContext applicationContext, List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableServletEndpoint>> filters) Create a newServletEndpointDiscoverer
instance.