A
B
C
D
E
F
G
H
I
J
L
M
P
Q
R
S
T
U
V
W
_
M
- matches(Object) - function in io.kjson.spring.test.matchers.JSONMatcher
- matches(Object) - function in io.kjson.spring.test.matchers.MediaTypeMatcher
- matches(Object) - function in io.kjson.spring.test.matchers.UUIDMatcher
- matchesJSON(Function1) - function in io.kjson.spring.test.matchers.JSONContentResultMatchersDSL
- matchesJSON(ContentResultMatchersDsl,Function1) - function in io.kjson.spring.test.matchers.JSONMatcher.Companion
- MediaTypeMatcher - class in io.kjson.spring.test.matchers
- A
Matcherthat matches a MediaType, comparing only the type and subtype fields. - merge(MockHttpServletRequestBuilder) - function in io.kjson.spring.test.JSONMockHttpServletRequestDSL
- method(HttpMethod) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the method.
- mock(ExpectedCount,HttpMethod,URI,Function1) - function in io.kjson.spring.test.JSONMockServer
- mockDelete(ExpectedCount,URI,Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to DELETE.
- mockGet(ExpectedCount,URI,Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to GET.
- mockPatch(ExpectedCount,URI,Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to PATCH.
- mockPost(ExpectedCount,URI,Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to POST.
- mockPut(ExpectedCount,URI,Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to PUT.