Package org.jboss.resteasy.annotations


package org.jboss.resteasy.annotations
  • Class
    Description
     
    Used to annotate a predefined URL (as opposed to a @PathParam /@QueryParam) in a Proxied client.
    Meta annotation that specifies a Content-Encoding to be applied via the annotated annotation
    Must be placed on a DecoratorProcessor class to specify the supported types
    Meta-annotation to be placed on another annotation that triggers decoration
    Meta-annotation to be placed on another annotation that triggers decoration
    This can be used as a value object for incoming/outgoing request/responses.
     
     
    Created by Simon Ström on 7/11/14.
     
    Determines a separator for String representations of multivalued parameters.
    Use to indicate MediaType of elements in SSE streams.
     
    Use on async streams to push them to the client as they become available over the OutputStream, rather than collected into collections.
     
    Meta-annotation to be placed on another annotation that triggers a StringParameterUnmarshaller to be applied to a string based annotation injector i.e.