A
B
C
D
E
F
G
H
I
J
L
M
P
Q
R
S
T
U
V
W
_
M
- matches(java.lang.Object) - function in io.kjson.spring.test.matchers.JSONMatcher
- matches(java.lang.Object) - function in io.kjson.spring.test.matchers.MediaTypeMatcher
- matches(java.lang.Object) - function in io.kjson.spring.test.matchers.UUIDMatcher
- matchesJSON(kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.matchers.JSONContentResultMatchersDSL
- matchesJSON(org.springframework.test.web.servlet.result.ContentResultMatchersDsl,kotlin.jvm.functions.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(org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder) - function in io.kjson.spring.test.JSONMockHttpServletRequestDSL
- method(org.springframework.http.HttpMethod) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the method.
- mock(org.springframework.test.web.client.ExpectedCount,org.springframework.http.HttpMethod,java.net.URI,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServer
- mockDelete(org.springframework.test.web.client.ExpectedCount,java.net.URI,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to DELETE.
- mockGet(org.springframework.test.web.client.ExpectedCount,java.net.URI,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to GET.
- mockPatch(org.springframework.test.web.client.ExpectedCount,java.net.URI,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to PATCH.
- mockPost(org.springframework.test.web.client.ExpectedCount,java.net.URI,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to POST.
- mockPut(org.springframework.test.web.client.ExpectedCount,java.net.URI,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServer
- Establish a mock request with the method preset to PUT.