Uses of Interface
org.springframework.cloud.openfeign.AnnotatedParameterProcessor
Packages that use AnnotatedParameterProcessor
Package
Description
-
Uses of AnnotatedParameterProcessor in org.springframework.cloud.openfeign.annotation
Classes in org.springframework.cloud.openfeign.annotation that implement AnnotatedParameterProcessorModifier and TypeClassDescriptionclassCookieValueannotation processor.classMatrixVariableannotation processor.classPathVariableparameter processor.classSpringQueryMapparameter processor.classRequestHeaderparameter processor.classRequestParamparameter processor.classRequestPartparameter processor. -
Uses of AnnotatedParameterProcessor in org.springframework.cloud.openfeign.support
Constructor parameters in org.springframework.cloud.openfeign.support with type arguments of type AnnotatedParameterProcessorModifierConstructorDescriptionSpringMvcContract(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)