public static interface AnnotatedParameterProcessor.AnnotatedParameterContext
| Modifier and Type | Method and Description |
|---|---|
feign.MethodMetadata |
getMethodMetadata()
Retrieves the method metadata.
|
int |
getParameterIndex()
Retrieves the index of the parameter.
|
void |
setParameterName(String name)
Sets the parameter name.
|
Collection<String> |
setTemplateParameter(String name,
Collection<String> rest)
Sets the template parameter.
|
feign.MethodMetadata getMethodMetadata()
int getParameterIndex()
void setParameterName(String name)
name - the name of the parameterCollection<String> setTemplateParameter(String name, Collection<String> rest)
name - the template parameterrest - the existing parameter valuesCopyright © 2020 Pivotal Software, Inc.. All rights reserved.