Uses of Interface
org.mockserver.serialization.model.DTO
-
-
Uses of DTO in org.mockserver.serialization.model
Classes in org.mockserver.serialization.model that implement DTO Modifier and Type Class Description classBinaryBodyDTOclassBodyDTOclassBodyWithContentTypeDTOclassConnectionOptionsDTOclassCookieDTOclassDelayDTOclassExpectationDTOclassHeaderDTOclassHttpClassCallbackDTOclassHttpErrorDTOclassHttpForwardDTOclassHttpObjectCallbackDTOclassHttpOverrideForwardedRequestDTOclassHttpRequestAndHttpResponseDTOclassHttpRequestDTOclassHttpResponseDTOclassHttpTemplateDTOclassJsonBodyDTOclassJsonPathBodyDTOclassJsonSchemaBodyDTOclassParameterBodyDTOclassParameterDTOclassRegexBodyDTOclassStringBodyDTOclassTimesDTOclassTimeToLiveDTOclassVerificationDTOclassVerificationSequenceDTOclassVerificationTimesDTOclassXmlBodyDTOclassXmlSchemaBodyDTOclassXPathBodyDTO -
Uses of DTO in org.mockserver.templates.engine
Method parameters in org.mockserver.templates.engine with type arguments of type DTO Modifier and Type Method Description <T> TTemplateEngine. executeTemplate(String template, HttpRequest httpRequest, Class<? extends DTO<T>> dtoClass) -
Uses of DTO in org.mockserver.templates.engine.javascript
Method parameters in org.mockserver.templates.engine.javascript with type arguments of type DTO Modifier and Type Method Description <T> TJavaScriptTemplateEngine. executeTemplate(String template, HttpRequest request, Class<? extends DTO<T>> dtoClass) -
Uses of DTO in org.mockserver.templates.engine.serializer
Method parameters in org.mockserver.templates.engine.serializer with type arguments of type DTO Modifier and Type Method Description <T> THttpTemplateOutputDeserializer. deserializer(HttpRequest request, String json, Class<? extends DTO<T>> dtoClass) -
Uses of DTO in org.mockserver.templates.engine.velocity
Method parameters in org.mockserver.templates.engine.velocity with type arguments of type DTO Modifier and Type Method Description <T> TVelocityTemplateEngine. executeTemplate(String template, HttpRequest request, Class<? extends DTO<T>> dtoClass)
-