Annotation Type CollectionFormat


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface CollectionFormat
Indicates which collection format should be used while processing the annotated method.
Author:
Olga Maciaszek-Sharma, Sam Kruglov
See Also:
  • CollectionFormat
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    feign.CollectionFormat
    Allows setting the CollectionFormat to be used while processing the annotated method.
  • Element Details

    • value

      feign.CollectionFormat value
      Allows setting the CollectionFormat to be used while processing the annotated method.
      Returns:
      the CollectionFormat to be used