Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive |
Auto-configuration for exposing actuator web endpoints using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet |
Auto-configuration for exposing actuator web endpoints using Spring MVC.
|
org.springframework.boot.actuate.autoconfigure.security.reactive |
Auto-configuration for actuator security using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.web.servlet |
Actuator Spring MVC support.
|
Modifier and Type | Method and Description |
---|---|
ServletEndpointRegistrar |
ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties,
ServletEndpointsSupplier servletEndpointsSupplier,
DispatcherServletPath dispatcherServletPath) |
ServletEndpointRegistrar |
ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration.servletEndpointRegistrar(WebEndpointProperties properties,
ServletEndpointsSupplier servletEndpointsSupplier,
JerseyApplicationPath jerseyApplicationPath) |
IncludeExcludeEndpointFilter<ExposableServletEndpoint> |
ServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties) |
Constructor and Description |
---|
WebEndpointAutoConfiguration(ApplicationContext applicationContext,
WebEndpointProperties properties) |
Modifier and Type | Method and Description |
---|---|
ControllerEndpointHandlerMapping |
WebFluxEndpointManagementContextConfiguration.controllerEndpointHandlerMapping(ControllerEndpointsSupplier controllerEndpointsSupplier,
CorsEndpointProperties corsProperties,
WebEndpointProperties webEndpointProperties) |
WebFluxEndpointHandlerMapping |
WebFluxEndpointManagementContextConfiguration.webEndpointReactiveHandlerMapping(WebEndpointsSupplier webEndpointsSupplier,
ControllerEndpointsSupplier controllerEndpointsSupplier,
EndpointMediaTypes endpointMediaTypes,
CorsEndpointProperties corsProperties,
WebEndpointProperties webEndpointProperties,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
ControllerEndpointHandlerMapping |
WebMvcEndpointManagementContextConfiguration.controllerEndpointHandlerMapping(ControllerEndpointsSupplier controllerEndpointsSupplier,
CorsEndpointProperties corsProperties,
WebEndpointProperties webEndpointProperties) |
WebMvcEndpointHandlerMapping |
WebMvcEndpointManagementContextConfiguration.webEndpointServletHandlerMapping(WebEndpointsSupplier webEndpointsSupplier,
ServletEndpointsSupplier servletEndpointsSupplier,
ControllerEndpointsSupplier controllerEndpointsSupplier,
EndpointMediaTypes endpointMediaTypes,
CorsEndpointProperties corsProperties,
WebEndpointProperties webEndpointProperties,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
protected void |
EndpointRequest.LinksServerWebExchangeMatcher.initialized(Supplier<WebEndpointProperties> properties) |
protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> |
EndpointRequest.LinksServerWebExchangeMatcher.matches(ServerWebExchange exchange,
Supplier<WebEndpointProperties> context) |
Modifier and Type | Method and Description |
---|---|
ManagementServletContext |
ServletManagementContextAutoConfiguration.managementServletContext(WebEndpointProperties properties) |