Java org.springframework.hateoas.client Traverson fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.hateoas.client Traverson fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.hateoas.client Traverson.

The text is from its open source code.

Constructor

Traverson(URI baseUri, MediaType... mediaTypes)
Creates a new Traverson interacting with the given base URI and using the given MediaType s to interact with the service.
Traverson(URI baseUri, List mediaTypes)
Creates a new Traverson interacting with the given base URI and using the given MediaType s to interact with the service.