Uses of Interface
org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Packages that use MappingDescriptionProvider
Package
Description
Classes for auto-configuration of actuator web request mapping concerns.
Actuator web request mappings support.
Actuator reactive request mappings support.
Actuator servlet request mappings support.
-
Uses of MappingDescriptionProvider in org.springframework.boot.actuate.autoconfigure.web.mappings
Method parameters in org.springframework.boot.actuate.autoconfigure.web.mappings with type arguments of type MappingDescriptionProviderModifier and TypeMethodDescriptionMappingsEndpointAutoConfiguration.mappingsEndpoint
(ApplicationContext applicationContext, ObjectProvider<MappingDescriptionProvider> descriptionProviders) -
Uses of MappingDescriptionProvider in org.springframework.boot.actuate.web.mappings
Constructor parameters in org.springframework.boot.actuate.web.mappings with type arguments of type MappingDescriptionProviderModifierConstructorDescriptionMappingsEndpoint
(Collection<MappingDescriptionProvider> descriptionProviders, ApplicationContext context) -
Uses of MappingDescriptionProvider in org.springframework.boot.actuate.web.mappings.reactive
Classes in org.springframework.boot.actuate.web.mappings.reactive that implement MappingDescriptionProviderModifier and TypeClassDescriptionclass
AMappingDescriptionProvider
that introspects theHandlerMappings
that are known to aDispatcherHandler
. -
Uses of MappingDescriptionProvider in org.springframework.boot.actuate.web.mappings.servlet
Classes in org.springframework.boot.actuate.web.mappings.servlet that implement MappingDescriptionProviderModifier and TypeClassDescriptionclass
AMappingDescriptionProvider
that introspects theHandlerMappings
that are known to one or moreDispatcherServlets
.class
AMappingDescriptionProvider
that describes that mappings of anyFilters
registered with aServletContext
.class
AMappingDescriptionProvider
that describes that mappings of anyServlets
registered with aServletContext
.