Uses of Class
org.springframework.hateoas.client.Hop
-
Uses of Hop in org.springframework.hateoas.client
Modifier and TypeMethodDescriptionAdd one header to the HttpHeaders collection.static Hop
Creates a newHop
for the given relation name.Hop.withHeaders
(HttpHeaders headers) Create a newHop
by copying all the attributes and replacing the headers.Hop.withParameter
(String name, Object value) Add one parameter to the map of parameters.Hop.withParameters
(Map<String, Object> parameters) Create a newHop
by copying all the attributes and replacing the parameters.Modifier and TypeMethodDescriptionSets up aTraverson.TraversalBuilder
for a single rel with customized details.Follows the given rels one by one, which means a request per rel to discover the next resource with the rel in line.