Package org.springframework.boot.actuate.web.mappings.servlet
package org.springframework.boot.actuate.web.mappings.servlet
Actuator servlet request mappings support.
-
ClassesClassDescriptionA description of a mapping known to a
DispatcherServlet
.Details of aDispatcherServlet
mapping.AMappingDescriptionProvider
that introspects theHandlerMappings
that are known to one or moreDispatcherServlets
.ARegistrationMappingDescription
derived from aFilterRegistration
.AMappingDescriptionProvider
that describes that mappings of anyFilters
registered with aServletContext
.Description of aHandlerFunction
.RegistrationMappingDescription<T extends Registration>A mapping description derived from aRegistration
.Description of the conditions of aRequestMappingInfo
.A description of aMediaTypeExpression
in a request mapping condition.A description of aNameValueExpression
in a request mapping condition.A mapping description derived from aServletRegistration
.AMappingDescriptionProvider
that describes that mappings of anyServlets
registered with aServletContext
.