Uses of Package
org.springframework.boot.actuate.web.mappings
Packages that use org.springframework.boot.actuate.web.mappings
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.
-
Classes in org.springframework.boot.actuate.web.mappings used by org.springframework.boot.actuate.autoconfigure.web.mappingsClassDescriptionA
MappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context.@Endpoint
to expose HTTP request mappings. -
Classes in org.springframework.boot.actuate.web.mappings used by org.springframework.boot.actuate.web.mappingsClassDescriptionA
MappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context.Description of an application's request mappings.Description of an application context's request mappings. -
Classes in org.springframework.boot.actuate.web.mappings used by org.springframework.boot.actuate.web.mappings.reactiveClassDescriptionA description of a
HandlerMethod
.AMappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context. -
Classes in org.springframework.boot.actuate.web.mappings used by org.springframework.boot.actuate.web.mappings.servletClassDescriptionA description of a
HandlerMethod
.AMappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context.