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, isSensitive
String getName()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.