Modifier and Type | Optional Element and Description |
---|---|
boolean |
encoded
Deprecated.
|
Class<? extends Param.Expander> |
expander
How to expand the value of this parameter, if
Param.ToStringExpander isn't adequate. |
String |
value
The name of the template parameter.
|
public abstract String value
public abstract Class<? extends Param.Expander> expander
Param.ToStringExpander
isn't adequate.public abstract boolean encoded
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
passed through without any changesQueryMap.encoded()
Copyright © 2012–2025 OpenFeign. All rights reserved.