Uses of Class
com.onlinepayments.domain.PaymentProductFieldValidators
Packages that use PaymentProductFieldValidators
-
Uses of PaymentProductFieldValidators in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductFieldValidatorsModifier and TypeMethodDescriptionPaymentProductFieldDataRestrictions.getValidators()Object containing the details of the validations on the fieldPaymentProductFieldValidators.withEmailAddress(EmptyValidator value) PaymentProductFieldValidators.withExpirationDate(EmptyValidator value) PaymentProductFieldValidators.withFixedList(FixedListValidator value) PaymentProductFieldValidators.withIban(EmptyValidator value) PaymentProductFieldValidators.withLength(LengthValidator value) PaymentProductFieldValidators.withLuhn(EmptyValidator value) PaymentProductFieldValidators.withRange(RangeValidator value) PaymentProductFieldValidators.withRegularExpression(RegularExpressionValidator value) PaymentProductFieldValidators.withTermsAndConditions(EmptyValidator value) Methods in com.onlinepayments.domain with parameters of type PaymentProductFieldValidatorsModifier and TypeMethodDescriptionvoidPaymentProductFieldDataRestrictions.setValidators(PaymentProductFieldValidators value) Object containing the details of the validations on the fieldPaymentProductFieldDataRestrictions.withValidators(PaymentProductFieldValidators value) Object containing the details of the validations on the field