Uses of Interface
org.springframework.cloud.contract.stubrunner.StubDownloaderBuilder
-
Packages that use StubDownloaderBuilder Package Description org.springframework.cloud.contract.stubrunner -
-
Uses of StubDownloaderBuilder in org.springframework.cloud.contract.stubrunner
Classes in org.springframework.cloud.contract.stubrunner that implement StubDownloaderBuilder Modifier and Type Class Description classAetherStubDownloaderBuilderclassClasspathStubProviderStub downloader that picks stubs and contracts from the provided resource.classFileStubDownloaderAllows to read stubs and contracts from a given location.classScmStubDownloaderBuilderBuilds aStubDownloaderto work with contracts and stubs from a SCM.Methods in org.springframework.cloud.contract.stubrunner with parameters of type StubDownloaderBuilder Modifier and Type Method Description StubDownloaderStubDownloaderBuilderProvider. get(StubRunnerOptions stubRunnerOptions, StubDownloaderBuilder... additionalBuilders)
-