接口的使用
org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
程序包
说明
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.
-
org.springframework.boot.actuate.autoconfigure.web.mappings中MappingDescriptionProvider的使用
修饰符和类型方法说明MappingsEndpointAutoConfiguration.mappingsEndpoint
(ApplicationContext applicationContext, ObjectProvider<MappingDescriptionProvider> descriptionProviders) -
org.springframework.boot.actuate.web.mappings中MappingDescriptionProvider的使用
限定符构造器说明MappingsEndpoint
(Collection<MappingDescriptionProvider> descriptionProviders, ApplicationContext context) -
org.springframework.boot.actuate.web.mappings.reactive中MappingDescriptionProvider的使用
修饰符和类型类说明class
AMappingDescriptionProvider
that introspects theHandlerMappings
that are known to aDispatcherHandler
. -
org.springframework.boot.actuate.web.mappings.servlet中MappingDescriptionProvider的使用
修饰符和类型类说明class
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
.