Uses of Class
org.springframework.boot.actuate.endpoint.web.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
Modifier and TypeMethodDescriptionWebEndpointAutoConfiguration.pathMappedEndpoints
(Collection<EndpointsSupplier<?>> endpointSuppliers) -
Uses of PathMappedEndpoints in org.springframework.boot.actuate.autoconfigure.security.reactive
Modifier and TypeMethodDescriptionprotected void
EndpointRequest.EndpointServerWebExchangeMatcher.initialized
(Supplier<PathMappedEndpoints> pathMappedEndpoints) protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult>
EndpointRequest.EndpointServerWebExchangeMatcher.matches
(ServerWebExchange exchange, Supplier<PathMappedEndpoints> context)