@UserResource @RestController @RequestMapping(path="/api/v1") public class UserDataController extends BankAccessBasedController
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
bankAccessService| Constructor and Description |
|---|
UserDataController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> |
loadUserData()
Returns a document containing the last stored and flushed version of user data.
|
checkBankAccessExistsloadBytesForWeb, loadBytesForWeb, resourceNotFound, returnDocument, returnDocument, userDataLocationHeader, userId, yamlObjectMapperpublic static final String BASE_PATH
@RequestMapping(method=GET,
produces="application/json;charset=UTF-8")
@ResponseBody
public org.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> loadUserData()
Copyright © 2018. All rights reserved.