| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.web.mappings |
Classes for auto-configuration of actuator web request mapping concerns.
|
| org.springframework.boot.actuate.web.mappings |
Actuator web request mappings support.
|
| org.springframework.boot.actuate.web.mappings.reactive |
Actuator reactive request mappings support.
|
| org.springframework.boot.actuate.web.mappings.servlet |
Actuator servlet request mappings support.
|
| Modifier and Type | Method and Description |
|---|---|
MappingsEndpoint |
MappingsEndpointAutoConfiguration.mappingsEndpoint(ApplicationContext applicationContext,
ObjectProvider<MappingDescriptionProvider> descriptionProviders) |
| Constructor and Description |
|---|
MappingsEndpoint(Collection<MappingDescriptionProvider> descriptionProviders,
ApplicationContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DispatcherHandlersMappingDescriptionProvider
A
MappingDescriptionProvider that introspects the HandlerMappings that are known to a DispatcherHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
DispatcherServletsMappingDescriptionProvider
A
MappingDescriptionProvider that introspects the HandlerMappings that are known to one or more DispatcherServlets. |
class |
FiltersMappingDescriptionProvider
A
MappingDescriptionProvider that describes that mappings of any Filters registered with a ServletContext. |
class |
ServletsMappingDescriptionProvider
A
MappingDescriptionProvider that describes that mappings of any Servlets registered with a ServletContext. |