Class JsonBodyDTO
- Author:
- jamesdbloom
-
Field Summary
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
createWithContentTypeDTO, getContentTypeMethods inherited from class org.mockserver.serialization.model.BodyDTO
createDTO, getOptional, getType, toString, withOptionalMethods inherited from class org.mockserver.model.ObjectWithJsonToString
toStringMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode
-
Constructor Details
-
JsonBodyDTO
-
JsonBodyDTO
-
-
Method Details
-
getJson
-
getMatchType
-
isMatchNumbersAsStrings
public boolean isMatchNumbersAsStrings() -
getRawBytes
public byte[] getRawBytes() -
buildObject
- Specified by:
buildObjectin interfaceDTO<Body<?>>- Specified by:
buildObjectin classBodyWithContentTypeDTO
-