| Interface | Description |
|---|---|
| RestRequestEnhancer |
Programmers can pass an optional
RestRequestEnhancer to any of the callEndpoint functions
of RestCallUtil that will modify the original request by creating a new one. |
| Class | Description |
|---|---|
| RestCallUtil |
Helper methods to call REST endpoints, so the generated code can be much smaller.
|
| RestRequest |
A rest request that can be sent to a remote endpoint with one of the CallEndpoint parameters of
RestCallUtil. |
| RestRequest.Builder |
Builder to build
RestRequest. |
| 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.