| Interface | Description |
|---|---|
| JadlerConfiguration |
An interface for classes capable of providing defaults for the Jadler configuration.
|
| RequestManager |
A stateful component which provides stub responses for given requests.
|
| RequestMatching<T extends RequestMatching<T>> |
This interface introduces methods for a fluent request matching.
|
| Class | Description |
|---|---|
| AbstractRequestMatching<T extends RequestMatching<T>> |
A base implementation of the
RequestMatching interface. |
| Jadler |
This class is a gateway to the whole Jadler library.
|
| Jadler.OngoingConfiguration |
This class serves as a DSL support for additional Jadler configuration.
|
| JadlerMocker |
This class represents the very hearth of the Jadler library.
|
| KeyValues |
This class represents a key-value data structure with following features:
|
| Request |
Immutable http request abstraction.
|
| Request.Builder |
A builder class for
Request instances. |
Copyright © 2016. All Rights Reserved.