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 TypeClassDescriptionclassAMappingDescriptionProviderthat introspects theHandlerMappingsthat 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 TypeClassDescriptionclassAMappingDescriptionProviderthat introspects theHandlerMappingsthat are known to one or moreDispatcherServlets.classAMappingDescriptionProviderthat describes that mappings of anyFiltersregistered with aServletContext.classAMappingDescriptionProviderthat describes that mappings of anyServletsregistered with aServletContext.