Class 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.
Since:
2.0.0
Author:
Andy Wilkinson
  • Constructor Details

    • EndpointMapping

      public EndpointMapping(String path)
      Creates a new EndpointMapping using the given path.
      Parameters:
      path - the path
  • Method Details

    • getPath

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

      public String createSubPath(String path)