Uses of Interface
de.knightsoftnet.validators.shared.data.PhoneNumberInterface
Packages that use PhoneNumberInterface
Package
Description
this package contains interfaces for constants.
utility classes which can be used on server and client side.
-
Uses of PhoneNumberInterface in de.knightsoftnet.validators.shared.data
Subinterfaces of PhoneNumberInterface in de.knightsoftnet.validators.shared.dataModifier and TypeInterfaceDescriptioninterfacephone number data interface including country and area name.Classes in de.knightsoftnet.validators.shared.data that implement PhoneNumberInterfaceConstructors in de.knightsoftnet.validators.shared.data with parameters of type PhoneNumberInterfaceModifierConstructorDescriptionPhoneNumberData(PhoneNumberInterface pphoneNumber) constructor initializing fields. -
Uses of PhoneNumberInterface in de.knightsoftnet.validators.shared.util
Methods in de.knightsoftnet.validators.shared.util that return PhoneNumberInterfaceModifier and TypeMethodDescriptionAbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber, PhoneNumberInterface pphoneNumberData) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) parse phone number.Methods in de.knightsoftnet.validators.shared.util with parameters of type PhoneNumberInterfaceModifier and TypeMethodDescriptionfinal CountryEnumAbstractPhoneNumberUtil.detectCountryCode(PhoneNumberInterface phoneNumberData) detect country code for given phone number.final StringAbstractPhoneNumberUtil.formatCommon(PhoneNumberInterface pphoneNumberData) format phone number in common format.final StringAbstractPhoneNumberUtil.formatCommon(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) format phone number in common format.final StringAbstractPhoneNumberUtil.formatCommon(PhoneNumberInterface pphoneNumberData, String pcountryCode) format phone number in common format.final StringAbstractPhoneNumberUtil.formatCommonInternational(PhoneNumberInterface pphoneNumberData) format phone number in Common international format.final StringAbstractPhoneNumberUtil.formatCommonNational(PhoneNumberInterface pphoneNumberData) format phone number in Common national format.final StringAbstractPhoneNumberUtil.formatDin5008(PhoneNumberInterface pphoneNumberData) format phone number in DIN 5008 format.final StringAbstractPhoneNumberUtil.formatDin5008(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) format phone number in DIN 5008 format.final StringAbstractPhoneNumberUtil.formatDin5008(PhoneNumberInterface pphoneNumberData, String pcountryCode) format phone number in DIN 5008 format.final StringAbstractPhoneNumberUtil.formatDin5008International(PhoneNumberInterface pphoneNumberData) format phone number in DIN 5008 international format.final StringAbstractPhoneNumberUtil.formatDin5008National(PhoneNumberInterface pphoneNumberData) format phone number in DIN 5008 national format.final StringAbstractPhoneNumberUtil.formatE123(PhoneNumberInterface pphoneNumberData) format phone number in E123 format.final StringAbstractPhoneNumberUtil.formatE123(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) format phone number in E123 format.final StringAbstractPhoneNumberUtil.formatE123(PhoneNumberInterface pphoneNumberData, String pcountryCode) format phone number in E123 format.final StringAbstractPhoneNumberUtil.formatE123International(PhoneNumberInterface pphoneNumberData) format phone number in E123 international format.final StringAbstractPhoneNumberUtil.formatE123National(PhoneNumberInterface pphoneNumberData) format phone number in E123 national format.final LongAbstractPhoneNumberUtil.formatIndex(PhoneNumberInterface pphoneNumberData) format phone number in URL format.final StringAbstractPhoneNumberUtil.formatMs(PhoneNumberInterface pphoneNumberData) format phone number in Microsoft canonical address format.final StringAbstractPhoneNumberUtil.formatRfc3966(PhoneNumberInterface pphoneNumberData) format phone number in RFC 3966 format.final StringAbstractPhoneNumberUtil.formatUrl(PhoneNumberInterface pphoneNumberData) format phone number in URL format.final booleanAbstractPhoneNumberUtil.isPhoneNumberEmpty(PhoneNumberInterface pphoneNumberData) check if phone number is empty.final booleanAbstractPhoneNumberUtil.isPhoneNumberNotEmpty(PhoneNumberInterface pphoneNumberData) check if phone number is not empty.AbstractPhoneNumberUtil.parsePhoneNumber(ValueWithPos<String> pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber, PhoneNumberInterface pphoneNumberData) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) parse phone number.