public abstract class AbstractAnnotatedMethodParameterProcessor extends Object implements AnnotatedMethodParameterProcessor
AnnotatedMethodParameterProcessor implementationCOMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| 构造器和说明 |
|---|
AbstractAnnotatedMethodParameterProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(AnnotationMirror annotation,
VariableElement parameter,
int parameterIndex,
ExecutableElement method,
RestMethodMetadata restMethodMetadata)
Process the specified method
parameter |
buildDefaultValue, getAnnotationTypecompareTo, getPrioritypublic AbstractAnnotatedMethodParameterProcessor()
public final void process(AnnotationMirror annotation, VariableElement parameter, int parameterIndex, ExecutableElement method, RestMethodMetadata restMethodMetadata)
AnnotatedMethodParameterProcessorparameterprocess 在接口中 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–2023 The Apache Software Foundation. All rights reserved.