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) Deprecated, for removal: This API element is subject to removal in a future version.ServletEndpointRegistrar
(String basePath, Collection<ExposableServletEndpoint> servletEndpoints, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version. -
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, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type ExposableServletEndpointModifier and TypeMethodDescriptionprotected boolean
ServletEndpointDiscoverer.isInvocable
(ExposableServletEndpoint endpoint) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Create a newServletEndpointDiscoverer
instance.