Uses of Interface
org.springdoc.core.providers.CloudFunctionProvider
-
Packages that use CloudFunctionProvider Package Description org.springdoc.core org.springdoc.core.providers -
-
Uses of CloudFunctionProvider in org.springdoc.core
Methods in org.springdoc.core that return types with arguments of type CloudFunctionProvider Modifier and Type Method Description Optional<CloudFunctionProvider>SpringDocProviders. getSpringCloudFunctionProvider()Gets spring cloud function provider. -
Uses of CloudFunctionProvider in org.springdoc.core.providers
Classes in org.springdoc.core.providers that implement CloudFunctionProvider Modifier and Type Class Description classSpringCloudFunctionProviderThe type Spring cloud function provider.
-