| Class and 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. |
| 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. |
| 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. |
| TypeReference
Helper class to convert JSON to parameterized types by using
JSONObjectMapper.fromJSON(String, TypeReference). |
Copyright © 2011–2021 Everit Kft.. All rights reserved.