Uses of Class
org.springframework.hateoas.client.Traverson.TraversalBuilder
Packages that use Traverson.TraversalBuilder
-
Uses of Traverson.TraversalBuilder in org.springframework.hateoas.client
Methods in org.springframework.hateoas.client that return Traverson.TraversalBuilderModifier and TypeMethodDescriptionSets up aTraverson.TraversalBuilderto follow the given rels.Sets up aTraverson.TraversalBuilderfor 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(org.springframework.http.HttpHeaders headers) TheHttpHeadersthat shall be used for the requests of the traversal.Traverson.TraversalBuilder.withTemplateParameters(Map<String, Object> parameters) Adds the given operations parameters to the traversal.