Class BinaryBodyDTO
- Author:
- jamesdbloom
-
Field Summary
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType -
Constructor Summary
ConstructorsConstructorDescriptionBinaryBodyDTO(BinaryBody binaryBody) BinaryBodyDTO(BinaryBody binaryBody, Boolean not) -
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
-
BinaryBodyDTO
-
BinaryBodyDTO
-
-
Method Details
-
getBase64Bytes
public byte[] getBase64Bytes() -
buildObject
- Specified by:
buildObjectin interfaceDTO<Body<?>>- Specified by:
buildObjectin classBodyWithContentTypeDTO
-