Class XmlBodyDTO
-
public class XmlBodyDTO extends BodyWithContentTypeDTO
- Author:
- jamesdbloom
-
-
Field Summary
-
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType
-
-
Constructor Summary
Constructors Constructor Description XmlBodyDTO(XmlBody xmlBody)
XmlBodyDTO(XmlBody xmlBody, Boolean not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlBody
buildObject()
String
getXml()
-
Methods inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
createDTO, getContentType
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Method Detail
-
getXml
public String getXml()
-
buildObject
public XmlBody buildObject()
- Specified by:
buildObject
in interfaceDTO<Body>
- Specified by:
buildObject
in classBodyWithContentTypeDTO
-
-