Uses of Interface
de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type.PaymentTypeValidator
-
Packages that use PaymentTypeValidator Package Description de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type -
-
Uses of PaymentTypeValidator in de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type
Classes in de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type that implement PaymentTypeValidator Modifier and Type Class Description classBulkPaymentTypeValidatorImplclassPeriodicPaymentTypeValidatorImplclassSinglePaymentTypeValidatorImplMethods in de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type that return types with arguments of type PaymentTypeValidator Modifier and Type Method Description Optional<PaymentTypeValidator>PaymentTypeValidatorContext. getValidator(String paymentType)Constructor parameters in de.adorsys.psd2.xs2a.web.validator.body.payment.handler.type with type arguments of type PaymentTypeValidator Constructor Description PaymentTypeValidatorContext(List<PaymentTypeValidator> paymentTypeValidators)
-