static java.util.function.Function<RestResponse,RestResponse> |
FileHandlers.classPathResource(String path,
MediaType mediaType) |
static java.util.function.Function<RestResponse,RestResponse> |
FileHandlers.classPathResource(String path,
MediaType mediaType) |
static java.util.function.Function<RestResponse,RestResponse> |
FileHandlers.fileContent(File file) |
static java.util.function.Function<RestResponse,RestResponse> |
FileHandlers.fileContent(File file) |
static java.util.function.Function<RestResponse,RestResponse> |
FileHandlers.fileContent(File file,
MediaType mediaType) |
static java.util.function.Function<RestResponse,RestResponse> |
FileHandlers.fileContent(File file,
MediaType mediaType) |
java.util.function.Function<RestResponse,RestResponse> |
RedirectHandlers.redirectPermanently(String targetUrl) |
java.util.function.Function<RestResponse,RestResponse> |
RedirectHandlers.redirectPermanently(String targetUrl) |
static java.util.function.Function<RestResponse,RestResponse> |
BodyHandlers.text(String theText) |
static java.util.function.Function<RestResponse,RestResponse> |
BodyHandlers.text(String theText) |
static java.util.function.Function<RestResponse,RestResponse> |
BodyHandlers.text(String theText,
MediaType mediaType) |
static java.util.function.Function<RestResponse,RestResponse> |
BodyHandlers.text(String theText,
MediaType mediaType) |