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
      String value
      The header collection prefix.
    • Element Detail

      • value

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