Uses of Interface
org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint
Packages that use ExposableServletEndpoint
Package
Description
Web support for actuator endpoints.
Annotation support for actuator web endpoints.
Auto-configuration for
jakarta.servlet actuator web concerns.-
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(@Nullable String basePath, Collection<ExposableServletEndpoint> servletEndpoints) Deprecated, for removal: This API element is subject to removal in a future version.ServletEndpointRegistrar(@Nullable 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
Subclasses with type arguments of type ExposableServletEndpoint in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Subinterfaces with type arguments of type ExposableServletEndpoint in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpointMethods in org.springframework.boot.actuate.endpoint.web.annotation that return ExposableServletEndpointModifier and TypeMethodDescriptionprotected ExposableServletEndpointServletEndpointDiscoverer.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 booleanServletEndpointDiscoverer.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, @Nullable List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableServletEndpoint>> filters) Deprecated, for removal: This API element is subject to removal in a future version.Create a newServletEndpointDiscovererinstance. -
Uses of ExposableServletEndpoint in org.springframework.boot.servlet.autoconfigure.actuate.web
Methods in org.springframework.boot.servlet.autoconfigure.actuate.web that return types with arguments of type ExposableServletEndpointModifier and TypeMethodDescriptionServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties)
@Endpointand@WebEndpoint