程序包的使用
org.springframework.boot.actuate.web.mappings
程序包
说明
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使用的org.springframework.boot.actuate.web.mappings中的类类说明A
MappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context.@Endpoint
to expose HTTP request mappings. -
类说明A
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. -
org.springframework.boot.actuate.web.mappings.reactive使用的org.springframework.boot.actuate.web.mappings中的类类说明A description of a
HandlerMethod
.AMappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context. -
org.springframework.boot.actuate.web.mappings.servlet使用的org.springframework.boot.actuate.web.mappings中的类类说明A description of a
HandlerMethod
.AMappingDescriptionProvider
provides aList
of mapping descriptions through implementation-specific introspection of an application context.