Class BankProfileReadingService
- java.lang.Object
-
- de.adorsys.psd2.aspsp.profile.service.BankProfileReadingService
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ResourceLoaderAware
@Service public class BankProfileReadingService extends Object implements org.springframework.context.ResourceLoaderAware
-
-
Constructor Summary
Constructors Constructor Description BankProfileReadingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileConfigurationsgetProfileConfigurations()voidsetResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
-
-
-
Method Detail
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
- Specified by:
setResourceLoaderin interfaceorg.springframework.context.ResourceLoaderAware
-
getProfileConfigurations
public ProfileConfigurations getProfileConfigurations()
-
-