public class RequestParamParameterProcessor extends Object implements AnnotatedParameterProcessor
RequestParam parameter processor.AnnotatedParameterProcessorAnnotatedParameterProcessor.AnnotatedParameterContext| Constructor and Description |
|---|
RequestParamParameterProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
getAnnotationType()
Retrieves the processor supported annotation type.
|
boolean |
processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context,
Annotation annotation,
Method method)
Process the annotated parameter.
|
public Class<? extends Annotation> getAnnotationType()
AnnotatedParameterProcessorgetAnnotationType in interface AnnotatedParameterProcessorpublic boolean processArgument(AnnotatedParameterProcessor.AnnotatedParameterContext context, Annotation annotation, Method method)
AnnotatedParameterProcessorprocessArgument in interface AnnotatedParameterProcessorcontext - the parameter contextannotation - the annotation instancemethod - the method that contains the annotationCopyright © 2020 Pivotal Software, Inc.. All rights reserved.