public interface StubDownloaderBuilder
StubDownloader
. Can't allow direct usage
of StubDownloader
cause in order to register instances
of this interface in SpringFactoriesLoader
one needs a default constructor whereas the StubDownloader
instances need to be constructed from stub related options.Modifier and Type | Method and Description |
---|---|
StubDownloader |
build(StubRunnerOptions stubRunnerOptions) |
StubDownloader build(StubRunnerOptions stubRunnerOptions)
Copyright © 2016–2017 Spring. All rights reserved.