Uses of Class
org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
Packages that use PathMappedEndpoints
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for actuator security using WebFlux.
-
Uses of PathMappedEndpoints in org.springframework.boot.actuate.autoconfigure.endpoint.web
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web that return PathMappedEndpointsModifier and TypeMethodDescriptionWebEndpointAutoConfiguration.pathMappedEndpoints
(Collection<EndpointsSupplier<?>> endpointSuppliers) -
Uses of PathMappedEndpoints in org.springframework.boot.actuate.autoconfigure.security.reactive
Methods in org.springframework.boot.actuate.autoconfigure.security.reactive with parameters of type PathMappedEndpointsModifier and TypeMethodDescriptionprotected ServerWebExchangeMatcher
EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher.createDelegate
(PathMappedEndpoints endpoints) protected ServerWebExchangeMatcher
EndpointRequest.EndpointServerWebExchangeMatcher.createDelegate
(PathMappedEndpoints endpoints)