| Interface | Description |
|---|---|
| ApiBeansExtractor |
Main responsibilities: Get the possible API class classes and corresponding methods,
and initialize and resolve them Different.
clients correspond to different implementations In the Spring web scenario, collect controller java EE web scenarios, collect servlet path Dubbo scenarios, and collect Dubbo Service APIs In other RPC scenarios, collect RPC Service APIs |
| RpcApiBeansExtractor |
Main responsibilities: Get the possible API class classes and corresponding methods,
and initialize and resolve them Different.
clients correspond to different implementations In the Spring web scenario, collect controller java EE web scenarios, collect servlet path Dubbo scenarios, and collect Dubbo Service APIs In other RPC scenarios, collect RPC Service APIs |
| Class | Description |
|---|---|
| BaseAnnotationApiBeansExtractor |
AnnotationApiBeansExtractor.
API extraction converter that supports annotation. |
| BaseApiBeansExtractor |
BaseApiBeansExtractor.
Used to demonstrate the basic behavior of the extractor. |
| MultiClientApiBeansExtractorImpl |
MultiClientApiBeansExtractorImpl.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.