| Interface | Description |
|---|---|
| DiscoveryProvider |
An interface for generating discovery documents from API configurations.
|
| Class | Description |
|---|---|
| CachingDiscoveryProvider |
A
DiscoveryProvider that caches results and delegates computation to another provider. |
| DiscoveryGenerator |
Generates discovery documents without contacting the discovery generator service.
|
| DiscoveryGenerator.DiscoveryContext | |
| DiscoveryGenerator.Result | |
| DiscoveryGenerator.Result.Builder | |
| LocalDiscoveryProvider |
A
DiscoveryProvider which generates discovery documents locally. |
| ProxyingDiscoveryProvider |
Provides discovery information by proxying to the v1.0 discovery service.
|
| ProxyingDiscoveryService |
A discovery API which acts as a proxy (of sorts) to the Endpoints v1.0 discovery service.
|