Interface | Description |
---|---|
HttpServerStub |
Describes an HTTP Server Stub.
|
HttpServerStubConfigurer<T> |
Allows to perform additional configuration of the HTTP Server stub.
|
StubDownloader |
Contract for providing a tuple containing configuration of a downloaded and unpacked
stub, together with the file location of that extracted artifact.
|
StubDownloaderBuilder |
Builder for a
StubDownloader . |
StubFinder |
Contract for finding registered stubs.
|
StubRunning |
Contract for running stubs.
|
StubTrigger |
Contract for triggering stub messages.
|
Class | Description |
---|---|
AetherStubDownloader | |
AetherStubDownloaderBuilder | |
BatchStubRunner |
Manages lifecycle of multiple
StubRunner instances. |
BatchStubRunnerFactory |
Manages lifecycle of multiple
StubRunner instances. |
ClasspathStubProvider |
Stub downloader that picks stubs and contracts from the provided resource.
|
ContractDownloader |
Downloads a JAR with contracts and sets up the plugin configuration with proper
inclusion patterns.
|
ContractDownloader.InclusionProperties |
Holder for updated inclusion properties, which are calculated after jar with
contracts was downloaded / unpacked.
|
ContractProjectUpdater |
Updates the project containing contracts.
|
FileStubDownloader |
Allows to read stubs and contracts from a given location.
|
HttpServerStubConfiguration |
Configuration class for an
HttpServerStub . |
HttpServerStubConfigurer.NoOpHttpServerStubConfigurer |
Implementation that does nothing.
|
MavenSettings | |
ResourceResolver |
Uses
META-INF/spring.factories to read ProtocolResolver list that gets
added to DefaultResourceLoader . |
RunningStubs |
Structure representing executed stubs.
|
ScmStubDownloaderBuilder |
Builds a
StubDownloader to work with contracts and stubs from a SCM. |
StubConfiguration |
Represents a configuration of a single stub.
|
StubDownloaderBuilderProvider |
Provider for
StubDownloaderBuilder . |
StubRunner |
Represents a single instance of ready-to-run stubs.
|
StubRunnerOptions |
Technical options related to running StubRunner
Use
StubRunnerOptionsBuilder to build this object. |
StubRunnerOptions.StubRunnerProxyOptions |
Options for a proxy.
|
StubRunnerOptionsBuilder |
A builder object for
StubRunnerOptions . |
StubRunnerPropertyUtils |
Reads property from system prop and from env var.
|
Exception | Description |
---|---|
StubNotFoundException |
Exception thrown when a stub was not found.
|
Copyright © 2016–2022 Spring. All rights reserved.