Package com.codename1.annotations.rest


package com.codename1.annotations.rest
  • Annotation Types
    Class
    Description
    Marks an interface method parameter as the request body.
    Binds an interface method parameter to a Cookie request-header entry.
    HTTP DELETE request.
    HTTP GET request.
    Binds an interface method parameter to an HTTP request header.
    HTTP PATCH request.
    Binds an interface method parameter to a {name} placeholder in the URL path declared on the verb annotation.
    HTTP POST request.
    HTTP PUT request.
    Binds an interface method parameter to a URL query-string entry.
    Marks an interface as a REST client that the build-time annotation processor wires up to a generated network implementation.