Annotation Interface Raw


@Target({METHOD,PARAMETER}) @Retention(SOURCE) public @interface Raw
Skip serialization/deserialization of the annotated element. This requires the annotated parameter/return type to be byte[]
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Content-type to use in request/responses.
  • Element Details

    • contentType

      String contentType
      Content-type to use in request/responses.
      Default:
      "application/octet-stream"