Uses of Class
org.mockserver.serialization.model.HttpObjectCallbackDTO
-
Packages that use HttpObjectCallbackDTO Package Description org.mockserver.serialization.model -
-
Uses of HttpObjectCallbackDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpObjectCallbackDTO Modifier and Type Method Description HttpObjectCallbackDTOExpectationDTO. getHttpForwardObjectCallback()HttpObjectCallbackDTOExpectationDTO. getHttpResponseObjectCallback()HttpObjectCallbackDTOHttpObjectCallbackDTO. setClientId(String clientId)Methods in org.mockserver.serialization.model with parameters of type HttpObjectCallbackDTO Modifier and Type Method Description ExpectationDTOExpectationDTO. setHttpForwardObjectCallback(HttpObjectCallbackDTO httpObjectCallback)ExpectationDTOExpectationDTO. setHttpResponseObjectCallback(HttpObjectCallbackDTO httpObjectCallback)
-