Uses of Class
de.adorsys.psd2.xs2a.web.validator.body.payment.mapper.PaymentMapper
-
Packages that use PaymentMapper Package Description de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type -
-
Uses of PaymentMapper in de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type
Fields in de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type declared as PaymentMapper Modifier and Type Field Description protected PaymentMapperSinglePaymentTypeValidatorImpl. paymentMapperConstructors in de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type with parameters of type PaymentMapper Constructor Description BulkPaymentTypeValidatorImpl(ErrorBuildingService errorBuildingService, de.adorsys.psd2.mapper.Xs2aObjectMapper xs2aObjectMapper, PaymentMapper paymentMapper, AmountValidator amountValidator, IbanValidator ibanValidator, CustomPaymentValidationService customPaymentValidationService, FieldLengthValidator fieldLengthValidator, AspspProfileServiceWrapper aspspProfileServiceWrapper)PeriodicPaymentTypeValidatorImpl(ErrorBuildingService errorBuildingService, de.adorsys.psd2.mapper.Xs2aObjectMapper xs2aObjectMapper, PaymentMapper paymentMapper, AmountValidator amountValidator, IbanValidator ibanValidator, CustomPaymentValidationService customPaymentValidationService, FieldLengthValidator fieldLengthValidator, AspspProfileServiceWrapper aspspProfileServiceWrapper)SinglePaymentTypeValidatorImpl(ErrorBuildingService errorBuildingService, de.adorsys.psd2.mapper.Xs2aObjectMapper xs2aObjectMapper, PaymentMapper paymentMapper, AmountValidator amountValidator, IbanValidator ibanValidator, CustomPaymentValidationService customPaymentValidationService, FieldLengthValidator fieldLengthValidator, AspspProfileServiceWrapper aspspProfileServiceWrapper)
-