Uses of Interface
org.springframework.cloud.openfeign.AnnotatedParameterProcessor.AnnotatedParameterContext
Packages that use AnnotatedParameterProcessor.AnnotatedParameterContext
Package
Description
-
Uses of AnnotatedParameterProcessor.AnnotatedParameterContext in org.springframework.cloud.openfeign
Methods in org.springframework.cloud.openfeign with parameters of type AnnotatedParameterProcessor.AnnotatedParameterContextModifier and TypeMethodDescriptionbooleanAnnotatedParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method) Process the annotated parameter. -
Uses of AnnotatedParameterProcessor.AnnotatedParameterContext in org.springframework.cloud.openfeign.annotation
Methods in org.springframework.cloud.openfeign.annotation with parameters of type AnnotatedParameterProcessor.AnnotatedParameterContextModifier and TypeMethodDescriptionbooleanCookieValueParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method) booleanMatrixVariableParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method) booleanPathVariableParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method) booleanQueryMapParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method) booleanRequestHeaderParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method) booleanRequestParamParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method) booleanRequestPartParameterProcessor.processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method)