Uses of Interface
de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProvider
-
Packages that use PhoneCountryConstantsProvider Package Description de.knightsoftnet.validators.shared.util utility classes which can be used on server and client side. -
-
Uses of PhoneCountryConstantsProvider in de.knightsoftnet.validators.shared.util
Classes in de.knightsoftnet.validators.shared.util that implement PhoneCountryConstantsProvider Modifier and Type Class Description classPhoneCountryConstantsProviderImplutility class for phone country constants provider, using CreatePhoneCountryConstantsClass as source.Fields in de.knightsoftnet.validators.shared.util declared as PhoneCountryConstantsProvider Modifier and Type Field Description protected PhoneCountryConstantsProviderAbstractPhoneNumberUtil. phoneCountryConstantsProviderConstructors in de.knightsoftnet.validators.shared.util with parameters of type PhoneCountryConstantsProvider Constructor Description AbstractPhoneNumberUtil(PhoneCountryConstantsProvider phoneCountryConstantsProvider)AbstractPhoneNumberUtil(String pcountryCode, PhoneCountryConstantsProvider phoneCountryConstantsProvider)constructor with default country.
-