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

      • MultibankingConsentMapperImpl

        public MultibankingConsentMapperImpl()
    • Method Detail

      • toConsent

        public de.adorsys.multibanking.domain.Consent toConsent​(de.adorsys.multibanking.domain.ConsentEntity consent)
        Specified by:
        toConsent in interface ConsentMapper
      • 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:
        toConsentEntity in interface ConsentMapper
      • 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)