Uses of Interface
org.springframework.boot.actuate.endpoint.EndpointFilter
Packages that use EndpointFilter
Package
Description
Endpoint exposure logic used for auto-configuration and conditions.
Annotation support for actuator endpoints.
Annotation support for actuator web endpoints.
-
Uses of EndpointFilter in org.springframework.boot.actuate.autoconfigure.endpoint.expose
Classes in org.springframework.boot.actuate.autoconfigure.endpoint.expose that implement EndpointFilterModifier and TypeClassDescriptionclassIncludeExcludeEndpointFilter<E extends ExposableEndpoint<?>> -
Uses of EndpointFilter in org.springframework.boot.actuate.endpoint.annotation
Classes in org.springframework.boot.actuate.endpoint.annotation that implement EndpointFilterModifier and TypeClassDescriptionclassEndpointFilterthe matches based on theEndpointDiscovererthe created the endpoint. -
Uses of EndpointFilter in org.springframework.boot.actuate.endpoint.web.annotation
Constructor parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type EndpointFilterModifierConstructorDescriptionControllerEndpointDiscoverer(ApplicationContext applicationContext, @Nullable List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableControllerEndpoint>> filters) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointDiscovererinstance.ServletEndpointDiscoverer(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.