| Package | Description |
|---|---|
| org.mockserver.client.serialization.model | |
| org.mockserver.matchers | |
| org.mockserver.model |
| Modifier and Type | Method and Description |
|---|---|
MatchType |
JsonBodyDTO.getMatchType() |
| Modifier and Type | Method and Description |
|---|---|
static MatchType |
MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchType[] |
MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JsonStringMatcher(String matcher,
MatchType matchType) |
| Modifier and Type | Field and Description |
|---|---|
static MatchType |
JsonBody.DEFAULT_MATCH_TYPE |
| Modifier and Type | Method and Description |
|---|---|
MatchType |
JsonBody.getMatchType() |
| Modifier and Type | Method and Description |
|---|---|
static JsonBody |
JsonBody.json(Object object,
Charset charset,
MatchType matchType) |
static JsonBody |
JsonBody.json(Object object,
MatchType matchType) |
static JsonBody |
JsonBody.json(Object object,
com.google.common.net.MediaType contentType,
MatchType matchType) |
static JsonBody |
JsonBody.json(String json,
Charset charset,
MatchType matchType) |
static JsonBody |
JsonBody.json(String json,
MatchType matchType) |
static JsonBody |
JsonBody.json(String json,
com.google.common.net.MediaType contentType,
MatchType matchType) |
| Constructor and Description |
|---|
JsonBody(String json,
Charset charset,
MatchType matchType) |
JsonBody(String json,
MatchType matchType) |
JsonBody(String json,
com.google.common.net.MediaType contentType,
MatchType matchType) |
Copyright © 2018. All rights reserved.