类 EndpointMapping
java.lang.Object
org.springframework.boot.actuate.endpoint.web.EndpointMapping
A value object for the base mapping for endpoints.
- 从以下版本开始:
- 2.0.0
- 作者:
- Andy Wilkinson
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createSubPath
(String path) getPath()
Returns the path to which endpoints should be mapped.
-
构造器详细资料
-
EndpointMapping
Creates a newEndpointMapping
using the givenpath
.- 参数:
path
- the path
-
-
方法详细资料
-
getPath
Returns the path to which endpoints should be mapped.- 返回:
- the path
-
createSubPath
-