Package | Description |
---|---|
org.mockserver.client.serialization.model | |
org.mockserver.client.serialization.serializers.body | |
org.mockserver.model |
Modifier and Type | Method and Description |
---|---|
StringBody |
StringBodyDTO.buildObject() |
Constructor and Description |
---|
StringBodyDTO(StringBody stringBody) |
StringBodyDTO(StringBody stringBody,
Boolean not) |
Modifier and Type | Method and Description |
---|---|
void |
StringBodySerializer.serialize(StringBody stringBody,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
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) |
static StringBody |
StringBody.subString(String body) |
static StringBody |
StringBody.subString(String body,
Charset charset) |
static StringBody |
StringBody.subString(String body,
com.google.common.net.MediaType contentType) |
Copyright © 2018. All rights reserved.