インターフェース ResponseCreator

すべての既知のサブインターフェース:
RequestExpectation
すべての既知の実装クラス:
DefaultRequestExpectation, DefaultResponseCreator, ExecutingResponseCreator
関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public interface ResponseCreator
ClientHttpResponse を作成するための契約。実装は MockRestResponseCreators を介して取得できます。
導入:
3.2
作成者:
Craig Walls