Package com.emc.documentum.rest.http.annotation


package com.emc.documentum.rest.http.annotation
  • Annotation Interfaces
    Class
    Description
    Provide default values for query strings in the typed parameter TypedParam Use either "value" or "provider" to set a default value for the query parameter; if the default value is a constant, set it via "value" field; otherwise, implement your own ValueProvider to provide the default value for the query parameter programmatically.
    Annotation indicating a method parameter should be bound to digest message consumed from the conditional headers, like If-None-Match or If-Match, for a web request.
    Whether the request may not have the metadata.
    Annotation used for the simple query parameter on the controller method or within a parameter group.
    Annotation used for the UriInfo parameter on the controller method.
    Annotation used for the typed parameter on the controller method or within a parameter group.
    Annotation used for the query parameter, that requires to be parsed with UTF8 charset