public interface IDubboDocProvider
| 限定符和类型 | 方法和说明 |
|---|---|
String |
apiModuleInfo(String apiInterfaceClassName)
Get module information according to the complete class name of Dubbo provider interface.
|
String |
apiModuleList()
Get basic information of all modules, excluding API parameter information.
|
List<ModuleCacheItem> |
apiModuleListAndApiInfo()
Get all information of all modules , including API parameter information.
|
String |
apiParamsResponseInfo(String apiInterfaceClassNameMethodName)
Get method parameters and return information according to the complete class name and method name of Dubbo provider interface.
|
String apiModuleList()
List<ModuleCacheItem> apiModuleListAndApiInfo()
String apiModuleInfo(String apiInterfaceClassName)
apiInterfaceClassName - Copyright © 2020–2021 The Apache Software Foundation. All rights reserved.