All Classes and Interfaces
Class
Description
Provides API key authentication mechanism.
Available locations where to add API key.
Adapts a Call with response of type ArrayNode into a ArrayNode.
All available authentication types.
Provides Basic authentication mechanism.
Provides Bearer authentication (also called token authentication) mechanism.
Creates CallAdapter instances based on the return type of the service interface methods.
Adapts a Call with response of type Object into a Object.
Adapts a Call with response of type JsonNode into a JsonNode.
Adapts a Call with response of type ObjectNode into a ObjectNode.
Indicates that annotated interface define a REST client.
All exceptions related to REST Client feature are subclasses of
RestClientException.Exception indicates that something goes wrong during the call adapter process.
Exception indicates that service identifier provided via
RestClient annotation is invalid.REST Client module.
Adapts a Call with response of type String into a String.