public class JsonBodyDTO extends BodyWithContentTypeDTO
contentType
Constructor and Description |
---|
JsonBodyDTO(JsonBody jsonBody) |
JsonBodyDTO(JsonBody jsonBody,
Boolean not) |
Modifier and Type | Method and Description |
---|---|
JsonBody |
buildObject() |
String |
getJson() |
MatchType |
getMatchType() |
byte[] |
getRawBytes() |
createDTO, getContentType
toString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode
public JsonBodyDTO(JsonBody jsonBody)
public String getJson()
public MatchType getMatchType()
public byte[] getRawBytes()
public JsonBody buildObject()
buildObject
in interface DTO<Body>
buildObject
in class BodyWithContentTypeDTO
Copyright © 2020. All rights reserved.