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
Constructor Summary
Constructors Constructor Description EndpointMapping(String path)
Creates a newEndpointMapping
using the givenpath
.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createSubPath(String path)
String
getPath()
Returns the path to which endpoints should be mapped.
Constructor Detail
EndpointMapping
public EndpointMapping(String path)
Creates a newEndpointMapping
using the givenpath
.- Parameters:
path
- the path
Method Detail
createSubPath
public String createSubPath(String path)