Class StringBodyDTO
- Author:
- jamesdbloom
-
Field Summary
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType -
Constructor Summary
ConstructorsConstructorDescriptionStringBodyDTO(StringBody stringBody) StringBodyDTO(StringBody stringBody, Boolean not) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]booleanMethods 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
-
StringBodyDTO
-
StringBodyDTO
-
-
Method Details
-
getString
-
isSubString
public boolean isSubString() -
getRawBytes
public byte[] getRawBytes() -
buildObject
- Specified by:
buildObjectin interfaceDTO<Body<?>>- Specified by:
buildObjectin classBodyWithContentTypeDTO
-