Interface AnnotatedParameterProcessor.AnnotatedParameterContext

Enclosing interface:
AnnotatedParameterProcessor

public static interface AnnotatedParameterProcessor.AnnotatedParameterContext
Specifies the parameter context.
Author:
Jakub Narloch
  • Method Details

    • getMethodMetadata

      feign.MethodMetadata getMethodMetadata()
      Retrieves the method metadata.
      Returns:
      the method metadata
    • getParameterIndex

      int getParameterIndex()
      Retrieves the index of the parameter.
      Returns:
      the parameter index
    • setParameterName

      void setParameterName(String name)
      Sets the parameter name.
      Parameters:
      name - the name of the parameter
    • setTemplateParameter

      Collection<String> setTemplateParameter(String name, Collection<String> rest)
      Sets the template parameter.
      Parameters:
      name - the template parameter
      rest - the existing parameter values
      Returns:
      parameters