public interface BodyBuilder
| Modifier and Type | Method and Description |
|---|---|
byte[] |
buildBody()
Constructs the body returning the contents as a byte array
|
au.com.dius.pact.core.model.ContentType |
getContentType()
Returns the content type for the body
|
au.com.dius.pact.core.model.generators.Generators |
getGenerators()
Returns the generators for the body
|
au.com.dius.pact.core.model.matchingrules.Category |
getMatchers()
Returns the matchers for the body
|
au.com.dius.pact.core.model.matchingrules.Category getMatchers()
au.com.dius.pact.core.model.generators.Generators getGenerators()
au.com.dius.pact.core.model.ContentType getContentType()
byte[] buildBody()