Package org.jclouds.rest.annotations


package org.jclouds.rest.annotations
  • Class
    Description
    Designates that this Resource qualifies an object to an api.
    Designates that this Resource qualifies an object to an api version.
    Deprecated.
    Designates that this parameter will modify the request, possibly including adding an payload to it.
    Designates that this Resource qualifies an object to an build version.
    Designates that this method returns a rest client
    Designates that this Resource expects virtual host style requests
    Extracts the endpoint of a parameter from an object.
     
    Annotates the appropriate Fallback which propagates the exception or returns a valid fallback value.
    Designates that a url encoded form will be added to the request.
    Designates that a header will be added to the request.
    Shows the transformer type used to parse XML with the
    invalid reference
    ParseXMLWithJAXB
    parser in a HttpResponse.
    Designates that this parameter will hold the payload for a PUT or POST command.
    Extracts the only element of a collection or null
    Do not accept filters that were passed from the type.
    Extracts the value of a parameter from an object.
    Marks the validation for method/parameter value(s).
    Designates that this parameter will be bound to a multipart form.
    Implements the PATCH HTTP request type
    Designates that this parameter will hold the payload for a PUT or POST command.
    Designates that this parameter will hold the payload for a PUT or POST command.
    Designates that default parameters will be added a map that builds the request entity.
    Designates that a query will be added to the request.
    Filters that should be applied to the request
    Shows the transformer type used to parse the HttpResponse
    Selects a name in a json structure as opposed to parsing from root.
    Designates that this resource only exists since a particular ApiVersion.
    Designates we should not encode the following parameters
    Shows the transformer type used to parse the first result of the HttpResponse
    Unwraps the only value in a nested json response ex.
    Designates that this Resource expects virtual host style requests
    Wraps the payload in json nested one level deep, relating to the value parameter.
    Shows the transformer type used to parse XML in a HttpResponse