-
- All Implemented Interfaces:
public final class JSONMockResponseKt
-
-
Method Summary
Modifier and Type Method Description final static UnitrespondJSON(ResponseActions $self, HttpStatus status, HttpHeaders headers, Function0<Object> block)Configure a MockRestServiceServermocking operation to respond with the JSON object created by the lambda.-
-
Method Detail
-
respondJSON
final static Unit respondJSON(ResponseActions $self, HttpStatus status, HttpHeaders headers, Function0<Object> block)
Configure a
MockRestServiceServermocking operation to respond with the JSON object created by the lambda.
-
-
-
-