Uses of Interface
org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web that return types with arguments of type ExposableServletEndpointModifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter
(WebEndpointProperties properties) -
Uses of ExposableServletEndpoint in org.springframework.boot.actuate.endpoint.web
Constructor parameters in org.springframework.boot.actuate.endpoint.web with type arguments of type ExposableServletEndpointModifierConstructorDescriptionServletEndpointRegistrar
(String basePath, Collection<ExposableServletEndpoint> servletEndpoints) -
Uses of ExposableServletEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Methods in org.springframework.boot.actuate.endpoint.web.annotation that return ExposableServletEndpointModifier and TypeMethodDescriptionprotected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, boolean enabledByDefault, Collection<Operation> operations) Constructor parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type ExposableServletEndpointModifierConstructorDescriptionServletEndpointDiscoverer
(ApplicationContext applicationContext, List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableServletEndpoint>> filters) Create a newServletEndpointDiscoverer
instance.