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 TypeMethodDescriptionbooleanReturns the raw mapping.inthashCode()static @Nullable UriMappingCreates a newUriMappingfrom a given source mapping string.toString()
-
Method Details
-
of
Creates a newUriMappingfrom a given source mapping string.- Parameters:
source- can be null.- Returns:
-
getMapping
Returns the raw mapping.- Returns:
-
toString
-
equals
-
hashCode
public int hashCode()
-