Package io.fabric8.mockwebserver.utils
Interface BodyProvider<T>
-
- All Known Subinterfaces:
ResponseProvider<T>
public interface BodyProvider<T>A class that allows returning the body of a response given a certain request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBody(RecordedRequest request)
-
-
-
Method Detail
-
getBody
T getBody(RecordedRequest request)
-
-