Class MessagePattern.Builder
java.lang.Object
com.github.tomakehurst.wiremock.message.MessagePattern.Builder
- Enclosing class:
- MessagePattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setBodyPattern(ContentPattern<?> bodyPattern) setChannelPattern(RequestPattern channelPattern) withBody(ContentPattern<?> bodyPattern) withChannelPattern(RequestPattern channelPattern)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
getChannelPattern
-
setChannelPattern
-
withChannelPattern
-
getBodyPattern
-
setBodyPattern
-
withBody
-
build
-