Class BinaryBody
java.lang.Object
de.gematik.test.tiger.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
de.gematik.test.tiger.mockserver.model.ObjectWithJsonToString
de.gematik.test.tiger.mockserver.model.Body<T>
de.gematik.test.tiger.mockserver.model.BodyWithContentType<byte[]>
de.gematik.test.tiger.mockserver.model.BinaryBody
-
Nested Class Summary
-
Field Summary
Fields inherited from class de.gematik.test.tiger.mockserver.model.BodyWithContentType
contentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryBodybinary(byte[] body) static BinaryBodyprotected booleanbooleanbyte[]byte[]getValue()inthashCode()toString()Methods inherited from class de.gematik.test.tiger.mockserver.model.BodyWithContentType
getCharset, getContentTypeMethods inherited from class de.gematik.test.tiger.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
Constructor Details
-
BinaryBody
public BinaryBody(byte[] bytes) -
BinaryBody
-
-
Method Details
-
binary
-
binary
-
getValue
public byte[] getValue() -
getRawBytes
public byte[] getRawBytes()- Overrides:
getRawBytesin classBody<byte[]>
-
toString
- Overrides:
toStringin classObjectWithJsonToString
-
equals
- Overrides:
equalsin classBodyWithContentType<byte[]>
-
canEqual
- Overrides:
canEqualin classBodyWithContentType<byte[]>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBodyWithContentType<byte[]>
-