| Package | Description |
|---|---|
| org.springframework.cloud.openfeign.annotation | |
| org.springframework.cloud.openfeign.support |
| Modifier and Type | Class and Description |
|---|---|
class |
CookieValueParameterProcessor
CookieValue annotation processor. |
class |
MatrixVariableParameterProcessor
MatrixVariable annotation processor. |
class |
PathVariableParameterProcessor
PathVariable parameter processor. |
class |
QueryMapParameterProcessor
SpringQueryMap parameter processor. |
class |
RequestHeaderParameterProcessor
RequestHeader parameter processor. |
class |
RequestParamParameterProcessor
RequestParam parameter processor. |
class |
RequestPartParameterProcessor
RequestPart parameter processor. |
| Constructor and Description |
|---|
SpringMvcContract(List<AnnotatedParameterProcessor> annotatedParameterProcessors) |
SpringMvcContract(List<AnnotatedParameterProcessor> annotatedParameterProcessors,
org.springframework.core.convert.ConversionService conversionService) |
SpringMvcContract(List<AnnotatedParameterProcessor> annotatedParameterProcessors,
org.springframework.core.convert.ConversionService conversionService,
boolean decodeSlash) |
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.