Modifier and Type | Required Element and Description |
---|---|
String |
value
The name of the template parameter.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
encoded
Specifies whether argument is already encoded The value is ignored for headers (headers are
never encoded)
|
Class<? extends Param.Expander> |
expander
How to expand the value of this parameter, if
Param.ToStringExpander isn't adequate. |
public abstract String value
public abstract Class<? extends Param.Expander> expander
Param.ToStringExpander
isn't adequate.public abstract boolean encoded
QueryMap.encoded()
Copyright © 2012–2018 OpenFeign. All rights reserved.