Uses of Class
org.mockserver.client.serialization.model.BodyWithContentTypeDTO

Packages that use BodyWithContentTypeDTO
org.mockserver.client.serialization.deserializers.body   
org.mockserver.client.serialization.model   
 

Uses of BodyWithContentTypeDTO in org.mockserver.client.serialization.deserializers.body
 

Methods in org.mockserver.client.serialization.deserializers.body that return BodyWithContentTypeDTO
 BodyWithContentTypeDTO BodyWithContentTypeDTODeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt)
           
 

Uses of BodyWithContentTypeDTO in org.mockserver.client.serialization.model
 

Subclasses of BodyWithContentTypeDTO in org.mockserver.client.serialization.model
 class BinaryBodyDTO
           
 class JsonBodyDTO
           
 class ParameterBodyDTO
           
 class StringBodyDTO
           
 class XmlBodyDTO
           
 

Methods in org.mockserver.client.serialization.model that return BodyWithContentTypeDTO
static BodyWithContentTypeDTO BodyWithContentTypeDTO.createDTO(BodyWithContentType body)
           
 BodyWithContentTypeDTO HttpResponseDTO.getBody()
           
 

Methods in org.mockserver.client.serialization.model with parameters of type BodyWithContentTypeDTO
 HttpResponseDTO HttpResponseDTO.setBody(BodyWithContentTypeDTO body)
           
 



Copyright © 2017. All rights reserved.