public class StubDownloaderBuilderProvider extends Object
StubDownloaderBuilder
. It can also pick a default downloader if
none is providedConstructor and Description |
---|
StubDownloaderBuilderProvider() |
Modifier and Type | Method and Description |
---|---|
StubDownloader |
get(StubRunnerOptions stubRunnerOptions,
StubDownloaderBuilder... additionalBuilders) |
public StubDownloader get(StubRunnerOptions stubRunnerOptions, StubDownloaderBuilder... additionalBuilders)
stubRunnerOptions
- options of Stub RunneradditionalBuilders
- - optional array of StubDownloaderBuilder
s to
append to the list of buildersStubDownloader
that iterates over a list of stub
downloadersCopyright © 2016–2021 Spring. All rights reserved.