Skip navigation links
A B D F G H I M O P R S T 

A

Accept - Annotation Type in org.androidannotations.rest.spring.annotations
Use on Get, Post, … annotated methods to negotiate the response format expected, and so the converter to use.
ALL - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_ATOM_XML - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_FORM_URLENCODED - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_JSON - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_RSS_XML - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_WILDCARD_XML - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_XHTML_XML - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
APPLICATION_XML - Static variable in class org.androidannotations.rest.spring.api.MediaType
 

B

Body - Annotation Type in org.androidannotations.rest.spring.annotations
This annotation can be used to add a method body to the POST, PUT, or PATCH request from a method parameter.

D

Delete - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated class to add a new rest service of type DELETE.

F

Field - Annotation Type in org.androidannotations.rest.spring.annotations
This annotation can be used to add a form-encoded parameter to the request from a method parameter.

G

Get - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated class to add a new rest service of type GET.
getCookie(String) - Method in interface org.androidannotations.rest.spring.api.RestClientHeaders
Gets a cookie by name.
getHeader(String) - Method in interface org.androidannotations.rest.spring.api.RestClientHeaders
Gets a header by name.
getRestTemplate() - Method in interface org.androidannotations.rest.spring.api.RestClientSupport
Gets the rest template used by the rest service implementation.
getRootUrl() - Method in interface org.androidannotations.rest.spring.api.RestClientRootUrl
Gets the root URL for the rest service.

H

Head - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated class to add a new rest service of type OPTIONS.
Header - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated classes to add headers to a particular method.
Headers - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated classes to add multiple headers to a given method.

I

IMAGE_GIF - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
IMAGE_JPEG - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
IMAGE_PNG - Static variable in class org.androidannotations.rest.spring.api.MediaType
 

M

MediaType - Class in org.androidannotations.rest.spring.api
 
MULTIPART_FORM_DATA - Static variable in class org.androidannotations.rest.spring.api.MediaType
 

O

onRestClientExceptionThrown(NestedRuntimeException) - Method in interface org.androidannotations.rest.spring.api.RestErrorHandler
Called when an exception occurs within the rest client.
Options - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated class to add a new rest service of type OPTIONS.
org.androidannotations.rest.spring.annotations - package org.androidannotations.rest.spring.annotations
 
org.androidannotations.rest.spring.api - package org.androidannotations.rest.spring.api
 

P

Part - Annotation Type in org.androidannotations.rest.spring.annotations
This annotation can be used to add a multi-part parameter to the POST, PUT or PATCH request from a method parameter.
Patch - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated class to add a new rest service of type PATCH.
Path - Annotation Type in org.androidannotations.rest.spring.annotations
This annotation can be used to mark a method parameter to be an url variable.
Post - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated class to add a new rest service of type POST.
Put - Annotation Type in org.androidannotations.rest.spring.annotations
Use on methods in Rest annotated class to add a new rest service of type PUT.

R

RequiresAuthentication - Annotation Type in org.androidannotations.rest.spring.annotations
Use on Get, Post, … annotated methods to use authentication on the request.
RequiresCookie - Annotation Type in org.androidannotations.rest.spring.annotations
Use on Get, Post, … annotated methods to inject a cookie in the request.
RequiresCookieInUrl - Annotation Type in org.androidannotations.rest.spring.annotations
Use on Get, Post, … annotated methods to inject a cookie in the URI.
RequiresHeader - Annotation Type in org.androidannotations.rest.spring.annotations
Use on Get, Post, … annotated methods to inject a header in the request.
Rest - Annotation Type in org.androidannotations.rest.spring.annotations
Apply @Rest on an interface to create a RestService class that will contain implementation of rest calls related to the methods you define in the interface.
RestClientErrorHandling - Interface in org.androidannotations.rest.spring.api
A @Rest interface implementing this interface will automatically have the implementations of this method generated.
RestClientHeaders - Interface in org.androidannotations.rest.spring.api
A @Rest interface implementing this interface will automatically have the implementations of these methods generated.
RestClientRootUrl - Interface in org.androidannotations.rest.spring.api
A @Rest interface implementing this interface will automatically have the implementations of these methods generated.
RestClientSupport - Interface in org.androidannotations.rest.spring.api
A @Rest interface implementing this interface will automatically have the implementations of these methods generated.
RestErrorHandler - Interface in org.androidannotations.rest.spring.api
This interface is used for handling rest client exceptions.
RestService - Annotation Type in org.androidannotations.rest.spring.annotations
Apply @Rest on an interface to create a RestService class that will contain implementation of rest calls related to the methods you define in the interface.

S

setAuthentication(HttpAuthentication) - Method in interface org.androidannotations.rest.spring.api.RestClientHeaders
Sets the authentication object.
setBearerAuth(String) - Method in interface org.androidannotations.rest.spring.api.RestClientHeaders
Sets the Authorization: Bearer header as documented in RFC6750
setCookie(String, String) - Method in interface org.androidannotations.rest.spring.api.RestClientHeaders
Sets a cookie by name.
setHeader(String, String) - Method in interface org.androidannotations.rest.spring.api.RestClientHeaders
Sets a header by name.
setHttpBasicAuth(String, String) - Method in interface org.androidannotations.rest.spring.api.RestClientHeaders
Sets the basic authentication user/password.
setRestErrorHandler(RestErrorHandler) - Method in interface org.androidannotations.rest.spring.api.RestClientErrorHandling
Sets the error handler called when a rest error occurs.
setRestTemplate(RestTemplate) - Method in interface org.androidannotations.rest.spring.api.RestClientSupport
Sets the rest template used by the rest service implementation.
setRootUrl(String) - Method in interface org.androidannotations.rest.spring.api.RestClientRootUrl
Sets the root URL for the rest service.
SetsCookie - Annotation Type in org.androidannotations.rest.spring.annotations
Use on Get, Post, … annotated methods to retrieve and store cookies from the HTTP response.

T

TEXT_HTML - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
TEXT_PLAIN - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
TEXT_XML - Static variable in class org.androidannotations.rest.spring.api.MediaType
 
A B D F G H I M O P R S T 
Skip navigation links

Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.