Uses of Interface
org.springframework.cloud.contract.stubrunner.StubDownloader
-
Packages that use StubDownloader Package Description org.springframework.cloud.contract.stubrunner -
-
Uses of StubDownloader in org.springframework.cloud.contract.stubrunner
Classes in org.springframework.cloud.contract.stubrunner that implement StubDownloader Modifier and Type Class Description classAetherStubDownloaderMethods in org.springframework.cloud.contract.stubrunner that return StubDownloader Modifier and Type Method Description StubDownloaderAetherStubDownloaderBuilder. build(StubRunnerOptions stubRunnerOptions)StubDownloaderClasspathStubProvider. build(StubRunnerOptions stubRunnerOptions)StubDownloaderFileStubDownloader. build(StubRunnerOptions stubRunnerOptions)StubDownloaderScmStubDownloaderBuilder. build(StubRunnerOptions stubRunnerOptions)StubDownloaderStubDownloaderBuilder. build(StubRunnerOptions stubRunnerOptions)StubDownloaderStubDownloaderBuilderProvider. get(StubRunnerOptions stubRunnerOptions, StubDownloaderBuilder... additionalBuilders)Constructors in org.springframework.cloud.contract.stubrunner with parameters of type StubDownloader Constructor Description BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader)BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader, org.springframework.cloud.contract.verifier.messaging.MessageVerifier<?> contractVerifierMessaging)ContractDownloader(StubDownloader stubDownloader, StubConfiguration contractsJarStubConfiguration, String contractsPath, String projectGroupId, String projectArtifactId, String projectVersion)
-