Uses of Class
org.mockserver.model.StringBody

Packages that use StringBody
org.mockserver.client.serialization.model   
org.mockserver.client.serialization.serializers.body   
org.mockserver.model   
 

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

Methods in org.mockserver.client.serialization.model that return StringBody
 StringBody StringBodyDTO.buildObject()
           
 

Constructors in org.mockserver.client.serialization.model with parameters of type StringBody
StringBodyDTO(StringBody stringBody)
           
StringBodyDTO(StringBody stringBody, Boolean not)
           
 

Uses of StringBody in org.mockserver.client.serialization.serializers.body
 

Methods in org.mockserver.client.serialization.serializers.body with parameters of type StringBody
 void StringBodySerializer.serialize(StringBody stringBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 

Uses of StringBody in org.mockserver.model
 

Methods in org.mockserver.model that return StringBody
static StringBody StringBody.exact(String body)
           
static StringBody StringBody.exact(String body, Charset charset)
           
static StringBody StringBody.exact(String body, com.google.common.net.MediaType contentType)
           
 



Copyright © 2017. All rights reserved.