public class FileHandlers extends Object
| Constructor and Description |
|---|
FileHandlers() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Function<RestResponse,RestResponse> |
classPathResource(String path,
MediaType mediaType) |
static java.util.function.Function<RestResponse,RestResponse> |
fileContent(File file) |
static java.util.function.Function<RestResponse,RestResponse> |
fileContent(File file,
MediaType mediaType) |
public static java.util.function.Function<RestResponse,RestResponse> classPathResource(String path, MediaType mediaType)
public static java.util.function.Function<RestResponse,RestResponse> fileContent(File file)
public static java.util.function.Function<RestResponse,RestResponse> fileContent(File file, MediaType mediaType)
Copyright © 2014. All rights reserved.