public abstract class AbstractAnnotatedMethodParameterProcessor extends Object implements AnnotatedMethodParameterProcessor
AnnotatedMethodParameterProcessor implementationCOMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| Constructor and Description |
|---|
AbstractAnnotatedMethodParameterProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(AnnotationMirror annotation,
VariableElement parameter,
int parameterIndex,
ExecutableElement method,
RestMethodMetadata restMethodMetadata)
Process the specified method
parameter |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildDefaultValue, getAnnotationTypecompareTo, getPrioritypublic AbstractAnnotatedMethodParameterProcessor()
public final void process(AnnotationMirror annotation, VariableElement parameter, int parameterIndex, ExecutableElement method, RestMethodMetadata restMethodMetadata)
AnnotatedMethodParameterProcessorparameterprocess in interface AnnotatedMethodParameterProcessorannotation - the target annotation whose type is AnnotatedMethodParameterProcessor.getAnnotationType()parameter - method parameterparameterIndex - the index of parameter in the methodmethod - method that parameter belongs torestMethodMetadata - the metadata is used to updateCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.