@FunctionalInterface
public interface PathMappedEndpoint
ExposableEndpoint that is mapped to a
root web path.PathMapper| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRootPath()
Return the root path of the endpoint, relative to the context that exposes it.
|