Package | Description |
---|---|
org.springframework.hateoas.client |
Client side support.
|
Modifier and Type | Method and Description |
---|---|
Traverson.TraversalBuilder |
Traverson.follow(Hop hop)
Sets up a
Traverson.TraversalBuilder for a single rel with customized details. |
Traverson.TraversalBuilder |
Traverson.TraversalBuilder.follow(Hop hop)
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 |
Traverson.follow(String... rels)
Sets up a
Traverson.TraversalBuilder to follow the given rels. |
Traverson.TraversalBuilder |
Traverson.TraversalBuilder.follow(String... rels)
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 |
Traverson.TraversalBuilder.withHeaders(HttpHeaders headers)
The
HttpHeaders that shall be used for the requests of the traversal. |
Traverson.TraversalBuilder |
Traverson.TraversalBuilder.withTemplateParameters(Map<String,Object> parameters)
Adds the given operations parameters to the traversal.
|
Copyright © 2012-2016–2018 Pivotal, Inc.. All rights reserved.