Uses of Class
org.springframework.hateoas.client.Traverson.TraversalBuilder
-
Uses of Traverson.TraversalBuilder in org.springframework.hateoas.client
Modifier and TypeMethodDescriptionSets up aTraverson.TraversalBuilder
to follow the given rels.Sets 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.Follows the given rels one by one, which means a request per rel to discover the next resource with the rel in line.Traverson.TraversalBuilder.withHeaders
(HttpHeaders headers) TheHttpHeaders
that shall be used for the requests of the traversal.Traverson.TraversalBuilder.withTemplateParameters
(Map<String, Object> parameters) Adds the given operations parameters to the traversal.