Modifier and Type | Required Element and Description |
---|---|
String |
value
The name of the template parameter.
|
Modifier and Type | Optional Element and Description |
---|---|
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.Copyright © 2012–2016 OpenFeign. All rights reserved.