public abstract class AbstractAnnotatedMethodParameterProcessor extends Object implements AnnotatedMethodParameterProcessor
AnnotatedMethodParameterProcessor implementation| Constructor and Description |
|---|
AbstractAnnotatedMethodParameterProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Annotation annotation,
Parameter parameter,
int parameterIndex,
Method method,
Class<?> serviceType,
Class<?> serviceInterfaceClass,
RestMethodMetadata restMethodMetadata)
Process the specified method
parameter |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildDefaultValue, getAnnotationTypepublic AbstractAnnotatedMethodParameterProcessor()
public void process(Annotation annotation, Parameter parameter, int parameterIndex, Method method, Class<?> serviceType, Class<?> serviceInterfaceClass, RestMethodMetadata restMethodMetadata)
AnnotatedMethodParameterProcessorparameterprocess in interface AnnotatedMethodParameterProcessorannotation - the target annotation whose type is AnnotatedMethodParameterProcessor.getAnnotationType()parameter - the method parameterparameterIndex - the index of method parametermethod - method that parameter belongs toserviceType - Dubbo Service interface or typeserviceInterfaceClass - The type of Dubbo Service interfacerestMethodMetadata - the metadata is used to updateCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.