public abstract class AbstractAnnotatedMethodParameterProcessor extends Object implements AnnotatedMethodParameterProcessor
AnnotatedMethodParameterProcessor implementation| 构造器和说明 |
|---|
AbstractAnnotatedMethodParameterProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(Annotation annotation,
Parameter parameter,
int parameterIndex,
Method method,
Class<?> serviceType,
Class<?> serviceInterfaceClass,
RestMethodMetadata restMethodMetadata)
Process the specified method
parameter |
buildDefaultValue, getAnnotationTypepublic AbstractAnnotatedMethodParameterProcessor()
public void process(Annotation annotation, Parameter parameter, int parameterIndex, Method method, Class<?> serviceType, Class<?> serviceInterfaceClass, RestMethodMetadata restMethodMetadata)
AnnotatedMethodParameterProcessorparameterprocess 在接口中 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–2023 The Apache Software Foundation. All rights reserved.