We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
encoded
1 parent d5f810f commit 4e84048Copy full SHA for 4e84048
core/src/main/java/feign/Param.java
@@ -36,10 +36,12 @@
36
Class<? extends Expander> expander() default ToStringExpander.class;
37
38
/**
39
- * Specifies whether argument is already encoded The value is ignored for headers (headers are
40
- * never encoded)
+ * {@code encoded} has been maintained for backward compatibility and should be deprecated. We no
+ * longer need it as values that are already pct-encoded should be identified during expansion and
41
+ * passed through without any changes
42
*
43
* @see QueryMap#encoded
44
+ * @deprecated
45
*/
46
boolean encoded() default false;
47
0 commit comments