org.mockserver.client.serialization.model
Class StringBodyDTO

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.model.ObjectWithJsonToString
          extended by org.mockserver.client.serialization.model.NotDTO
              extended by org.mockserver.client.serialization.model.BodyDTO
                  extended by org.mockserver.client.serialization.model.BodyWithContentTypeDTO
                      extended by org.mockserver.client.serialization.model.StringBodyDTO

public class StringBodyDTO
extends BodyWithContentTypeDTO

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.client.serialization.model.BodyWithContentTypeDTO
contentType
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
protected StringBodyDTO()
           
  StringBodyDTO(StringBody stringBody)
           
  StringBodyDTO(StringBody stringBody, Boolean not)
           
 
Method Summary
 StringBody buildObject()
           
 String getString()
           
 
Methods inherited from class org.mockserver.client.serialization.model.BodyWithContentTypeDTO
createDTO, getContentType
 
Methods inherited from class org.mockserver.client.serialization.model.BodyDTO
createDTO, getType
 
Methods inherited from class org.mockserver.client.serialization.model.NotDTO
getNot, setNot
 
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringBodyDTO

public StringBodyDTO(StringBody stringBody)

StringBodyDTO

public StringBodyDTO(StringBody stringBody,
                     Boolean not)

StringBodyDTO

protected StringBodyDTO()
Method Detail

getString

public String getString()

buildObject

public StringBody buildObject()
Specified by:
buildObject in class BodyWithContentTypeDTO


Copyright © 2017. All rights reserved.