Index

A C D G I J O R S V 
All Classes and Interfaces|All Packages|Serialized Form

A

adapt(Call<JsonNode>) - Method in class dev.voidframework.restclient.retrofit.calladapter.JsonNodeCallAdapter
 
adapt(Call<ArrayNode>) - Method in class dev.voidframework.restclient.retrofit.calladapter.ArrayNodeCallAdapter
 
adapt(Call<ObjectNode>) - Method in class dev.voidframework.restclient.retrofit.calladapter.ObjectNodeCallAdapter
 
adapt(Call<String>) - Method in class dev.voidframework.restclient.retrofit.calladapter.StringCallAdapter
 
adapt(Call<Map<?, ?>>) - Method in class dev.voidframework.restclient.retrofit.calladapter.GenericCallAdapter
 
ArrayNodeCallAdapter - Class in dev.voidframework.restclient.retrofit.calladapter
Adapts a Call with response of type ArrayNode into a ArrayNode.
ArrayNodeCallAdapter() - Constructor for class dev.voidframework.restclient.retrofit.calladapter.ArrayNodeCallAdapter
 

C

CallAdapterFactory - Class in dev.voidframework.restclient.retrofit
Creates CallAdapter instances based on the return type of the service interface methods.
CallAdapterFactory() - Constructor for class dev.voidframework.restclient.retrofit.CallAdapterFactory
 
CallAdapterProcessingException(Exception) - Constructor for exception dev.voidframework.restclient.exception.RestClientException.CallAdapterProcessingException
Build a new instance.
configure() - Method in class dev.voidframework.restclient.module.RestClientModule
 

D

dev.voidframework.restclient.annotation - package dev.voidframework.restclient.annotation
 
dev.voidframework.restclient.exception - package dev.voidframework.restclient.exception
 
dev.voidframework.restclient.module - package dev.voidframework.restclient.module
 
dev.voidframework.restclient.retrofit - package dev.voidframework.restclient.retrofit
 
dev.voidframework.restclient.retrofit.calladapter - package dev.voidframework.restclient.retrofit.calladapter
 

G

GenericCallAdapter - Class in dev.voidframework.restclient.retrofit.calladapter
Adapts a Call with response of type Object into a Object.
GenericCallAdapter(Type) - Constructor for class dev.voidframework.restclient.retrofit.calladapter.GenericCallAdapter
Build a new instance.
get(Type, Annotation[], Retrofit) - Method in class dev.voidframework.restclient.retrofit.CallAdapterFactory
 

I

InvalidServiceIdentifier(String) - Constructor for exception dev.voidframework.restclient.exception.RestClientException.InvalidServiceIdentifier
Build a new instance.

J

JsonNodeCallAdapter - Class in dev.voidframework.restclient.retrofit.calladapter
Adapts a Call with response of type JsonNode into a JsonNode.
JsonNodeCallAdapter() - Constructor for class dev.voidframework.restclient.retrofit.calladapter.JsonNodeCallAdapter
 

O

ObjectNodeCallAdapter - Class in dev.voidframework.restclient.retrofit.calladapter
Adapts a Call with response of type ObjectNode into a ObjectNode.
ObjectNodeCallAdapter() - Constructor for class dev.voidframework.restclient.retrofit.calladapter.ObjectNodeCallAdapter
 

R

responseType() - Method in class dev.voidframework.restclient.retrofit.calladapter.ArrayNodeCallAdapter
 
responseType() - Method in class dev.voidframework.restclient.retrofit.calladapter.GenericCallAdapter
 
responseType() - Method in class dev.voidframework.restclient.retrofit.calladapter.JsonNodeCallAdapter
 
responseType() - Method in class dev.voidframework.restclient.retrofit.calladapter.ObjectNodeCallAdapter
 
responseType() - Method in class dev.voidframework.restclient.retrofit.calladapter.StringCallAdapter
 
RestClient - Annotation Interface in dev.voidframework.restclient.annotation
Indicates that annotated interface define a REST client.
RestClientException - Exception in dev.voidframework.restclient.exception
All exceptions related to REST Client feature are subclasses of RestClientException.
RestClientException(String) - Constructor for exception dev.voidframework.restclient.exception.RestClientException
Build a new instance.
RestClientException(String, Throwable) - Constructor for exception dev.voidframework.restclient.exception.RestClientException
Build a new instance.
RestClientException.CallAdapterProcessingException - Exception in dev.voidframework.restclient.exception
Exception indicates that something goes wrong during the call adapter process.
RestClientException.InvalidServiceIdentifier - Exception in dev.voidframework.restclient.exception
Exception indicates that service identifier provided via RestClient annotation is invalid.
RestClientModule - Class in dev.voidframework.restclient.module
REST Client module.
RestClientModule(Config, ScannedClassesToLoad) - Constructor for class dev.voidframework.restclient.module.RestClientModule
Build a new instance.

S

StringCallAdapter - Class in dev.voidframework.restclient.retrofit.calladapter
Adapts a Call with response of type String into a String.
StringCallAdapter() - Constructor for class dev.voidframework.restclient.retrofit.calladapter.StringCallAdapter
 

V

value() - Element in annotation interface dev.voidframework.restclient.annotation.RestClient
The REST Client unique identifier.
A C D G I J O R S V 
All Classes and Interfaces|All Packages|Serialized Form