Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
Modifier and Type | Method and Description |
---|---|
EndpointHandlerMapping |
EndpointWebMvcManagementContextConfiguration.endpointHandlerMapping() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration.handlerMapping(MvcEndpoints endpoints,
ListableBeanFactory beanFactory,
EndpointHandlerMapping mapping) |
protected void |
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration.postProcessMapping(ListableBeanFactory beanFactory,
EndpointHandlerMapping mapping)
Hook to allow additional post processing of
EndpointHandlerMapping . |
protected void |
EndpointWebMvcChildContextConfiguration.SecureEndpointHandlerMappingConfiguration.postProcessMapping(ListableBeanFactory beanFactory,
EndpointHandlerMapping mapping) |
void |
ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter.setEndpointHandlerMapping(EndpointHandlerMapping endpointHandlerMapping) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointHandlerMappingCustomizer.customize(EndpointHandlerMapping mapping)
Customize the specified
EndpointHandlerMapping |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.