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
Method parameters in org.springframework.boot.actuate.autoconfigure.security.reactive with type arguments of type PathMappedEndpointsModifier and TypeMethodDescriptionprotected void
EndpointRequest.EndpointServerWebExchangeMatcher.initialized
(Supplier<PathMappedEndpoints> pathMappedEndpoints) protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult>
EndpointRequest.EndpointServerWebExchangeMatcher.matches
(ServerWebExchange exchange, Supplier<PathMappedEndpoints> context)