Class 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 Detail

      • AspspProfileConvertController

        public AspspProfileConvertController()
    • Method Detail

      • convertAspspSetting

        @PostMapping(path="/aspsp-settings")
        public org.springframework.http.ResponseEntity<String> convertAspspSetting​(@RequestBody
                                                                                   de.adorsys.psd2.aspsp.profile.domain.migration.OldProfileConfiguration oldConfiguration)