Annotation Type HeaderCollection


@Retention(RUNTIME) @Target(FIELD) public @interface HeaderCollection
Annotation on a deserialized header type that indicates that the property should be treated as a header collection with the provided prefix.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The header collection prefix.
  • Element Details

    • value

      String value
      The header collection prefix.
      Returns:
      The header collection prefix