A
B
C
D
E
F
G
H
I
J
L
M
P
Q
R
S
T
U
V
W
_
R
- reason(java.lang.String) - function in io.kjson.spring.test.matchers.JSONStatusResultMatchersDSL
- requestAttr(java.lang.String,java.lang.Object) - function in io.kjson.spring.test.JSONMockHttpServletRequestDSL
- requestContent(kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the request body content using a lambda.
- requestContent(java.lang.String) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the request body content against a string.
- requestJSON(kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the request body using JSONExpect tests.
- requestTo(java.net.URI) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the URI against another URI.
- requestTo(kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the URI using a lambda.
- requestTo(java.lang.String) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the request URI using a string.
- requestTo(org.hamcrest.Matcher) - function in io.kjson.spring.test.JSONMockServerDSL
- Match the URI using a Matcher.
- reset() - function in io.kjson.spring.test.JSONMockServer
- respond(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,org.springframework.http.MediaType,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as a string.
- respond(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,org.springframework.http.MediaType,java.lang.String) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as a fixed string.
- respondBytes(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,org.springframework.http.MediaType,kotlin.ByteArray) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as a fixed byte array.
- respondBytes(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,org.springframework.http.MediaType,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as a fixed byte array.
- respondJSON(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,java.lang.Object) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as a fixed object to be serialised to JSON.
- respondJSON(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as an object to be serialised to JSON.
- respondJSON(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,kotlin.jvm.functions.Function0) - function in io.kjson.spring.test.JSONResponseActions
- respondTextPlain(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,kotlin.jvm.functions.Function1) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as a string, with the type
text/plain. - respondTextPlain(org.springframework.http.HttpStatus,org.springframework.http.HttpHeaders,java.lang.String) - function in io.kjson.spring.test.JSONMockServerDSL
- Specify the response from the request as a fixed string, with the type
text/plain.