org.mockserver.model
Class BinaryBody
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.Not
org.mockserver.model.Body<byte[]>
org.mockserver.model.BinaryBody
public class BinaryBody
- extends Body<byte[]>
- Author:
- jamesdbloom
| Nested classes/interfaces inherited from class org.mockserver.model.Body |
Body.Type |
| Methods inherited from class org.mockserver.model.Body |
getType |
BinaryBody
public BinaryBody(byte[] bytes)
binary
public static BinaryBody binary(byte[] body)
getValue
public byte[] getValue()
- Specified by:
getValue in class Body<byte[]>
getRawBytes
public byte[] getRawBytes()
- Overrides:
getRawBytes in class Body<byte[]>
toString
public String toString()
- Overrides:
toString in class ObjectWithJsonToString
Copyright © 2015. All rights reserved.