Class PhoneNumberValueValidator
java.lang.Object
de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator<PhoneNumberValue>
de.knightsoftnet.validators.shared.impl.PhoneNumberValueValidator
- All Implemented Interfaces:
jakarta.validation.ConstraintValidator<PhoneNumberValue,Object>
Check a string if it's a valid PhoneNumber.
- Author:
- Manfred Tremmel
-
Field Summary
Fields inherited from class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
allowCommon, allowDin5008, allowE123, allowLowerCaseCountryCode, allowMs, allowUri, fieldCountryCode, fieldPhoneNumber, message, phoneNumberUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidinitialize(PhoneNumberValue pconstraintAnnotation) initialize the validator.Methods inherited from class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
isValid
-
Constructor Details
-
PhoneNumberValueValidator
public PhoneNumberValueValidator()
-
-
Method Details