Class EndpointMapping
java.lang.Object
org.springframework.boot.actuate.endpoint.web.EndpointMapping
A value object for the base mapping for endpoints.
- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorDescriptionEndpointMapping
(String path) Creates a newEndpointMapping
using the givenpath
. -
Method Summary
Modifier and TypeMethodDescriptioncreateSubPath
(String path) getPath()
Returns the path to which endpoints should be mapped.
-
Constructor Details
-
EndpointMapping
Creates a newEndpointMapping
using the givenpath
.- Parameters:
path
- the path
-
-
Method Details
-
getPath
Returns the path to which endpoints should be mapped.- Returns:
- the path
-
createSubPath
-