|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatchType | |
|---|---|
| org.mockserver.client.serialization.model | |
| org.mockserver.matchers | |
| org.mockserver.model | |
| Uses of MatchType in org.mockserver.client.serialization.model |
|---|
| Methods in org.mockserver.client.serialization.model that return MatchType | |
|---|---|
MatchType |
JsonBodyDTO.getMatchType()
|
| Uses of MatchType in org.mockserver.matchers |
|---|
| Methods in org.mockserver.matchers that return MatchType | |
|---|---|
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. |
| Constructors in org.mockserver.matchers with parameters of type MatchType | |
|---|---|
JsonStringMatcher(String matcher,
MatchType matchType)
|
|
| Uses of MatchType in org.mockserver.model |
|---|
| Fields in org.mockserver.model declared as MatchType | |
|---|---|
static MatchType |
JsonBody.DEFAULT_MATCH_TYPE
|
| Methods in org.mockserver.model that return MatchType | |
|---|---|
MatchType |
JsonBody.getMatchType()
|
| Methods in org.mockserver.model with parameters of type MatchType | |
|---|---|
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)
|
| Constructors in org.mockserver.model with parameters of type MatchType | |
|---|---|
JsonBody(String json,
Charset charset,
MatchType matchType)
|
|
JsonBody(String json,
MatchType matchType)
|
|
JsonBody(String json,
com.google.common.net.MediaType contentType,
MatchType matchType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||