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() |
createWithContentTypeDTO, getContentType
createDTO, getOptional, getType, toString, withOptional
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 © 2022. All rights reserved.