Class AspspProfileConvertController
- java.lang.Object
-
- de.adorsys.psd2.aspsp.profile.web.controller.AspspProfileConvertController
-
@Profile("debug_mode") @RestController @RequestMapping(path="/api/v1/aspsp-profile/convert-profile", consumes="application/x-yaml", produces="application/x-yaml") public class AspspProfileConvertController extends Object
-
-
Constructor Summary
Constructors Constructor Description AspspProfileConvertController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<String>convertAspspSetting(de.adorsys.psd2.aspsp.profile.domain.migration.OldProfileConfiguration oldConfiguration)
-
-
-
Method Detail
-
convertAspspSetting
@PostMapping(path="/aspsp-settings") public org.springframework.http.ResponseEntity<String> convertAspspSetting(@RequestBody de.adorsys.psd2.aspsp.profile.domain.migration.OldProfileConfiguration oldConfiguration)
-
-