Class UriMapping
java.lang.Object
org.springframework.hateoas.server.core.UriMapping
A URI mapping on a controller method.
- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionReturns the raw mapping.static UriMappingCreates a newUriMappingfrom a given source mapping string.
-
Method Details
-
of
Creates a newUriMappingfrom a given source mapping string.- Parameters:
source- can be null.- Returns:
-
getMapping
Returns the raw mapping.- Returns:
-