Class MultibankingConsentMapperImpl
- java.lang.Object
-
- de.adorsys.multibanking.web.mapper.MultibankingConsentMapperImpl
-
- All Implemented Interfaces:
ConsentMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2022-04-08T07:50:34+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.14 (Azul Systems, Inc.)") @Component public class MultibankingConsentMapperImpl extends java.lang.Object implements ConsentMapper
-
-
Constructor Summary
Constructors Constructor Description MultibankingConsentMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<AccountReferenceTO>accountReferenceListToAccountReferenceTOList(java.util.List<de.adorsys.multibanking.domain.AccountReference> list)protected AccountReferenceTOaccountReferenceToAccountReferenceTO(de.adorsys.multibanking.domain.AccountReference accountReference)protected java.util.List<de.adorsys.multibanking.domain.AccountReference>accountReferenceTOListToAccountReferenceList(java.util.List<AccountReferenceTO> list)protected de.adorsys.multibanking.domain.AccountReferenceaccountReferenceTOToAccountReference(AccountReferenceTO accountReferenceTO)protected ScaApproachTOscaApproachToScaApproachTO(de.adorsys.multibanking.domain.ScaApproach scaApproach)de.adorsys.multibanking.domain.ConsenttoConsent(de.adorsys.multibanking.domain.ConsentEntity consent)de.adorsys.multibanking.domain.ConsenttoConsent(ConsentTO consent)de.adorsys.multibanking.domain.ConsentEntitytoConsentEntity(de.adorsys.multibanking.domain.response.CreateConsentResponse createConsentResponse, java.lang.String redirectId, java.lang.String psuAccountIban, de.adorsys.multibanking.domain.BankApi bankApi)ConsentStatusTOtoConsentStatusTO(de.adorsys.multibanking.domain.ConsentStatus consentStatus)ConsentTOtoConsentTO(de.adorsys.multibanking.domain.Consent consent)CreateConsentResponseTOtoCreateConsentResponseTO(de.adorsys.multibanking.domain.response.CreateConsentResponse createConsentResponse)
-
-
-
Method Detail
-
toConsentTO
public ConsentTO toConsentTO(de.adorsys.multibanking.domain.Consent consent)
- Specified by:
toConsentTOin interfaceConsentMapper
-
toConsent
public de.adorsys.multibanking.domain.Consent toConsent(ConsentTO consent)
- Specified by:
toConsentin interfaceConsentMapper
-
toConsentStatusTO
public ConsentStatusTO toConsentStatusTO(de.adorsys.multibanking.domain.ConsentStatus consentStatus)
- Specified by:
toConsentStatusTOin interfaceConsentMapper
-
toConsent
public de.adorsys.multibanking.domain.Consent toConsent(de.adorsys.multibanking.domain.ConsentEntity consent)
- Specified by:
toConsentin interfaceConsentMapper
-
toCreateConsentResponseTO
public CreateConsentResponseTO toCreateConsentResponseTO(de.adorsys.multibanking.domain.response.CreateConsentResponse createConsentResponse)
- Specified by:
toCreateConsentResponseTOin interfaceConsentMapper
-
toConsentEntity
public de.adorsys.multibanking.domain.ConsentEntity toConsentEntity(de.adorsys.multibanking.domain.response.CreateConsentResponse createConsentResponse, java.lang.String redirectId, java.lang.String psuAccountIban, de.adorsys.multibanking.domain.BankApi bankApi)- Specified by:
toConsentEntityin interfaceConsentMapper
-
accountReferenceToAccountReferenceTO
protected AccountReferenceTO accountReferenceToAccountReferenceTO(de.adorsys.multibanking.domain.AccountReference accountReference)
-
accountReferenceListToAccountReferenceTOList
protected java.util.List<AccountReferenceTO> accountReferenceListToAccountReferenceTOList(java.util.List<de.adorsys.multibanking.domain.AccountReference> list)
-
accountReferenceTOToAccountReference
protected de.adorsys.multibanking.domain.AccountReference accountReferenceTOToAccountReference(AccountReferenceTO accountReferenceTO)
-
accountReferenceTOListToAccountReferenceList
protected java.util.List<de.adorsys.multibanking.domain.AccountReference> accountReferenceTOListToAccountReferenceList(java.util.List<AccountReferenceTO> list)
-
scaApproachToScaApproachTO
protected ScaApproachTO scaApproachToScaApproachTO(de.adorsys.multibanking.domain.ScaApproach scaApproach)
-
-