| Interface | Description |
|---|---|
| JSONObjectMapper |
Libraries that use REST Client should provide a
JSONObjectMapper that tells the REST
client how to convert from String to JSON and vice versa. |
| RestRequestEnhancer |
Programmers can pass an optional
RestRequestEnhancer to any of the callEndpoint functions
of RestClient that will modify the original request by creating a new one. |
| Class | Description |
|---|---|
| RestClient |
Calls REST endpoints.
|
| RestClientUtil |
Helper functions to build a
RestRequest and do a call. |
| RestRequest |
A rest request that can be sent to a remote endpoint with one of the CallEndpoint parameters of
RestClient. |
| RestRequest.Builder |
Builder to build
RestRequest. |
| TypeReference<T> |
Helper class to convert JSON to parameterized types by using
JSONObjectMapper.fromJSON(String, TypeReference). |
| Exception | Description |
|---|---|
| RestException |
Exception type that is thrown if there is a HTTP exception during the REST call.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.