Package feign
Annotation Type RequestLine
-
@Target(METHOD) @Retention(RUNTIME) public @interface RequestLine
Expands the uri template supplied in thevalue
, 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
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CollectionFormat
collectionFormat
boolean
decodeSlash
-
-
-
-
collectionFormat
CollectionFormat collectionFormat
- Default:
- feign.CollectionFormat.EXPLODED
-
-