| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.config |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<MethodConfig> |
MethodConfig.constructMethodConfig(Method[] methods) |
List<MethodConfig> |
AbstractInterfaceConfig.getMethods() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractInterfaceConfig.checkInterfaceAndMethods(Class<?> interfaceClass,
List<MethodConfig> methods)
Check whether the remote service interface and the methods meet with Dubbo's requirements.it mainly check, if the
methods configured in the configuration file are included in the interface of remote service
|
void |
AbstractInterfaceConfig.setMethods(List<? extends MethodConfig> methods) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.