A  B  C  D  E  F  G  H  I  J  L  M  P  Q  R  S  T  U  V  W  _ 

R

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