public interface NamedMvcEndpoint extends MvcEndpoint
MvcEndpoint that also includes a logical name. Unlike endpoints paths, it should not be possible for a user to change the endpoint name.
Names provide a consistent way to reference an endpoint, for example they may be used
as the 'rel' attribute in a HAL response.DISABLED_RESPONSE| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the logical name of the endpoint.
|
getEndpointType, getPath, isSensitiveString getName()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.