Package feign

Annotation Type RequestLine


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface RequestLine
    Expands the uri template supplied in the value, permitting path and query variables, or just the http method. Templates should conform to RFC 6570. Support is limited to Simple String expansion and Reserved Expansion (Level 1 and Level 2) expressions.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
      • decodeSlash

        boolean decodeSlash
        Default:
        true
      • collectionFormat

        CollectionFormat collectionFormat
        Default:
        feign.CollectionFormat.EXPLODED