类 EndpointMapping

java.lang.Object
org.springframework.boot.actuate.endpoint.web.EndpointMapping

public class EndpointMapping extends Object
A value object for the base mapping for endpoints.
从以下版本开始:
2.0.0
作者:
Andy Wilkinson
  • 构造器详细资料

    • EndpointMapping

      public EndpointMapping(String path)
      Creates a new EndpointMapping using the given path.
      参数:
      path - the path
  • 方法详细资料

    • getPath

      public String getPath()
      Returns the path to which endpoints should be mapped.
      返回:
      the path
    • createSubPath

      public String createSubPath(String path)