Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAgeLimitCheckValidator<T> - Class in de.knightsoftnet.validators.shared.impl
Abstract check if a given date is minYears years.
AbstractAgeLimitCheckValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractAgeLimitCheckValidator
 
AbstractCompareFieldsIfOtherHasValueValidator<A extends Annotation> - Class in de.knightsoftnet.validators.shared.impl
Compare two field entries depending on another fields value.
AbstractCompareFieldsIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsIfOtherHasValueValidator
 
AbstractCompareFieldsValidator<A extends Annotation> - Class in de.knightsoftnet.validators.shared.impl
Check if entry of field1 compared to entry of field2 fulfills needs.
AbstractCompareFieldsValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
 
AbstractCreateClass - Class in de.knightsoftnet.validators.shared.data
Read gwt constants from properties file, server and client side shared parts.
AbstractIbanUtil - Class in de.knightsoftnet.validators.shared.util
Iban Util, format and compress ibans.
AbstractIbanUtil(BankConstantsProvider) - Constructor for class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
constructor.
AbstractIsbnValidator<A extends Annotation> - Class in de.knightsoftnet.validators.shared.impl
Abstract check a string if it's a valid ISBN.
AbstractIsbnValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
 
AbstractPhoneNumberUtil - Class in de.knightsoftnet.validators.shared.util
Abstract Phone Number Util, format and parse phone numbers.
AbstractPhoneNumberUtil(PhoneCountryConstantsProvider) - Constructor for class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
 
AbstractPhoneNumberUtil(String, PhoneCountryConstantsProvider) - Constructor for class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
constructor with default country.
AbstractPhoneNumberValueValidator<V extends Annotation> - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid PhoneNumber.
AbstractPhoneNumberValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
 
AbstractSizeWithoutSeparatorsValidator<A extends Annotation> - Class in de.knightsoftnet.validators.shared.impl
Check if a field's size has one of the two given sizes.
AbstractSizeWithoutSeparatorsValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractSizeWithoutSeparatorsValidator
 
AbstractTaxTinNumberValidator<A extends Annotation> - Class in de.knightsoftnet.validators.shared.impl
Common Stuff from Tax and Tin Validator.
AbstractTaxTinNumberValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
 
AbstractValidatorForLocalizedValue<A extends Annotation> - Class in de.knightsoftnet.validators.shared.impl
abstract validatior for localized value.
AbstractValidatorForLocalizedValue() - Constructor for class de.knightsoftnet.validators.shared.impl.AbstractValidatorForLocalizedValue
 
AC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AD - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
addAreaCodeData(PhoneAreaCodeData) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
addBankAccounts(CountryEnum, Map<String, String>) - Method in class de.knightsoftnet.validators.shared.data.BankAccountBicConstantsImpl
 
addBankAccounts(CountryEnum, Map<String, String>) - Method in interface de.knightsoftnet.validators.shared.data.BankAccountBicSharedConstants
 
addCountryToPhoneMap(Map<String, String>, Map<String, PhoneCountryData>, Map<String, String>, PhoneCountryCodeData, String) - Static method in class de.knightsoftnet.validators.shared.data.AbstractCreateClass
 
addErrorToField1 - Variable in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
add error to field1.
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual
add error to field1 (default true).
addErrorToField1() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
add error to field1 (default true).
addErrorToField2 - Variable in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
add error to field2.
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain
add error to field2 (default true).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
add error to field2 (default true).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger
add error to field2 (default false).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual
add error to field2 (default false).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual
add error to field2 (default true).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
add error to field2 (default true).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller
add error to field2 (default false).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual
add error to field2 (default false).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual
add error to field2 (default true).
addErrorToField2() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
add error to field2 (default true).
AE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AgeLimitCheck - Annotation Type in de.knightsoftnet.validators.shared
The annotated Date must be minYears or more in the past.
Supported types are Dates, null elements are considered valid.
AgeLimitCheck.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several AgeLimitCheck annotations on the same element.
AgeLimitCheckValidatorForCalendar - Class in de.knightsoftnet.validators.shared.impl
Check if a given date is minYears years ago for Calendar.
AgeLimitCheckValidatorForCalendar() - Constructor for class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForCalendar
 
AgeLimitCheckValidatorForDate - Class in de.knightsoftnet.validators.shared.impl
Check if a given date is minYears years ago for Date.
AgeLimitCheckValidatorForDate() - Constructor for class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForDate
 
AgeLimitCheckValidatorForHasGetTime - Class in de.knightsoftnet.validators.shared.impl
Check if a given date is minYears years ago for HasGetTime implementations.
AgeLimitCheckValidatorForHasGetTime() - Constructor for class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForHasGetTime
 
AgeLimitCheckValidatorForLocalDate - Class in de.knightsoftnet.validators.shared.impl
Check if a given date is minYears years ago for LocalDate.
AgeLimitCheckValidatorForLocalDate() - Constructor for class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForLocalDate
 
AgeLimitCheckValidatorForLocalDateTime - Class in de.knightsoftnet.validators.shared.impl
Check if a given date is minYears years ago for LocalDate.
AgeLimitCheckValidatorForLocalDateTime() - Constructor for class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForLocalDateTime
 
AgeLimitCheckValidatorForZoneDateTime - Class in de.knightsoftnet.validators.shared.impl
Check if a given date is minYears years ago for ZonedDateTime.
AgeLimitCheckValidatorForZoneDateTime() - Constructor for class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForZoneDateTime
 
AI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
allowCommon - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
allow not standardized but common format (true/false).
allowCommon() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
allow not standardized but common format (true/false).
allowCommon() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
allow not standardized but common format (true/false).
allowDin5008 - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
allow din 5008 format (true/false).
allowDin5008() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
allow din 5008 format (true/false).
allowDin5008() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
allow din 5008 format (true/false).
allowE123 - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
allow E123 format (true/false).
allowE123() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
allow E123 format (true/false).
allowE123() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
allow E123 format (true/false).
allowLowerCaseCountryCode - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
are lower case country codes allowed (true/false).
allowLowerCaseCountryCode - Variable in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
are lower case country codes allowed (true/false).
allowLowerCaseCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
are lower case country codes allowed (true/false).
allowLowerCaseCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
are lower case country codes allowed (true/false).
allowLowerCaseCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.PostalCode
are lower case country codes allowed (true/false).
allowLowerCaseCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
are lower case country codes allowed (true/false).
allowLowerCaseCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.Tin
are lower case country codes allowed (true/false).
allowLowerCaseCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.VatId
are lower case country codes allowed (true/false).
allowMs - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
allow microsoft format (true/false).
allowMs() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
allow microsoft format (true/false).
allowMs() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
allow microsoft format (true/false).
allowUri - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
allow uri format (true/false).
allowUri() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
allow uri format (true/false).
allowUri() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
allow uri format (true/false).
AlternateSize - Annotation Type in de.knightsoftnet.validators.shared
The annotated element size must be exactly match size1 or size2.
Supported types are Strings null elements are considered valid.
With the following options separator characters can be removed before size is checked: ignoreWhiteSpaces (true/false, default false) ignoreMinus (true/false, default false) ignoreSlashes (true/false, default false)
AlternateSize.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several AlternateSize annotations on the same element.
AlternateSizeValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field's size has one of the two given sizes.
AlternateSizeValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.AlternateSizeValidator
 
AM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AQ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AX - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
AZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

B

BA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
badenWuertembergTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert baden wuertemberg tax number to national format.
BankAccountBicAtConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
BankAccountBicAtConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.BankAccountBicAtConstantsPropertiesImpl
 
BankAccountBicConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
BankAccountBicConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.BankAccountBicConstantsImpl
 
BankAccountBicConstantsImpl(Map<CountryBankAccountData, String>) - Constructor for class de.knightsoftnet.validators.shared.data.BankAccountBicConstantsImpl
 
BankAccountBicDeConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
BankAccountBicDeConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.BankAccountBicDeConstantsPropertiesImpl
 
BankAccountBicSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of bank account to bic conversions.
BankConstantsProvider - Interface in de.knightsoftnet.validators.shared.util
utility interface for bank constants provider.
BankConstantsProviderImpl - Class in de.knightsoftnet.validators.shared.util
utility interface for bank constants provider.
BankConstantsProviderImpl() - Constructor for class de.knightsoftnet.validators.shared.util.BankConstantsProviderImpl
 
BankCountry - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain three properties: country code (option fieldCountryCode) iban (option fieldIban) bic (option fieldBic) The country codes of iban and bic are checked against the country code for validity.
Supported types are beans, null elements are considered valid.
If allowLowerCaseCountryCode is set to true, lower case country codes are accepted.
BankCountry.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several BankCountry annotations on the same element.
BankCountryValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a country field and the country in iban and bic match, implementation.
BankCountryValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.BankCountryValidator
 
BankValidationConstantsData - Class in de.knightsoftnet.validators.shared.data
 
BankValidationConstantsData() - Constructor for class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
BankValidationConstantsData(IbanLengthMapConstantsImpl, BankAccountBicConstantsImpl, BicMapConstantsImpl) - Constructor for class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
constructor initializing values.
bayernTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert bayern tax number to national format.
BB - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BD - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BeanPropertyReaderUtil - Class in de.knightsoftnet.validators.shared.util
Bean Property Util, read bean property.
berlinTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert berlin tax number to national format.
BF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
Bic - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid BIC (Business Identifier Code in the past also known as Bank Identifier Code).
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
If ignoreWhiteSpaces is set to true, whitespaces are removed before test is done.
It's a formal test, against format definition, size and SWIFT country list.
There is no test of validity of the BIC!
BIC_LENGTH_MAX - Static variable in class de.knightsoftnet.validators.shared.impl.BicValidator
definition of BIC length maximum.
BIC_LENGTH_MIN - Static variable in class de.knightsoftnet.validators.shared.impl.BicValidator
definition of BIC length minimum.
BIC_REGEX - Static variable in class de.knightsoftnet.validators.shared.impl.BicValidator
regular expression to check bic value.
Bic.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @BIC annotations on the same element.
bicCompress(String) - Static method in class de.knightsoftnet.validators.shared.util.BicUtil
compress bic, remove all blanks inside.
BicMapConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
BicMapConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.BicMapConstantsImpl
 
BicMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.shared.data.BicMapConstantsImpl
 
BicMapConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
BicMapConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.BicMapConstantsPropertiesImpl
 
BicMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of bic numbers and names.
bics() - Method in class de.knightsoftnet.validators.shared.data.BicMapConstantsImpl
 
bics() - Method in interface de.knightsoftnet.validators.shared.data.BicMapSharedConstants
 
BicUtil - Class in de.knightsoftnet.validators.shared.util
bic Util, helper methodes for bics.
BicUtil() - Constructor for class de.knightsoftnet.validators.shared.util.BicUtil
 
BicValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid BIC.
BicValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.BicValidator
 
BicValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid BIC (Business Identifier Code in the past also known as Bank Identifier Code).
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
If ignoreWhiteSpaces is set to true, whitespaces are removed before test is done.
It's a formal test, against format definition, size and SWIFT country list.
There is no test of validity of the BIC!
BicValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @BicValue annotations on the same element.
BicValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid BIC.
BicValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.BicValueValidator
 
BJ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
blacklist() - Element in annotation type de.knightsoftnet.validators.shared.Password
Array of words which are not allowed as part of the password.
BLOCK_LENGTH - Static variable in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
 
BM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BOOLEAN - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
boolean.
BQ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
brandenburgTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert brandenburg tax number to national format.
bremenTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert bremen tax number to national format.
BS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BV - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
BZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

C

CA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CD - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
charset() - Element in annotation type de.knightsoftnet.validators.shared.LimitCharset
name of the charset to check against.
CHECK_ISBN10 - Static variable in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
apache commons class to check/calculate ISBN10 check sums.
CHECK_ISBN13 - Static variable in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
apache commons class to check/calculate GLN/EAN13 check sums (it's the same for isbn13).
checkAtNumber(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Number/Tax Identification Number, country version for Austria.
checkDk(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Identification Number number, country version for Denmark.
checkEe(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Identification Number number, country version for Estonia.
checkEntryValue(Object) - Method in class de.knightsoftnet.validators.shared.impl.AbstractValidatorForLocalizedValue
check single localized value.
checkEntryValue(Object) - Method in class de.knightsoftnet.validators.shared.impl.NotBlankValidatorForLocalizedValue
 
checkEntryValue(Object) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyValidatorForLocalizedValue
 
checkEntryValue(Object) - Method in class de.knightsoftnet.validators.shared.impl.PatternValidatorForLocalizedValue
 
checkEs(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Identification Number number, country version for Spain.
checkIsbn10 - Variable in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
should isbn10 be checked (true/false).
checkIsbn13 - Variable in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
should isbn13 be checked (true/false).
checkModulo11(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Identification Number number, default modulo 11.
checkNl(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Identification Number number, country version for Netherlands.
checkPl(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Identification Number number, country version for Poland.
checkUniqueMasterCitizenNumber(String) - Method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
check the Tax Identification Number number, country version for countries using unique master citizen number .
checkValue(Map.Entry<?, ?>, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractValidatorForLocalizedValue
 
CI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
compare(PhoneNumberData, PhoneNumberData) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberSuggestComperator
 
compareTo(CountryBankAccountData) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountData
 
compareTo(PhoneAreaCodeData) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
compareTo(PhoneCountryCodeData) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustBeBiggerOrEqualValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustBeBiggerValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustBeEqualIfOtherHasValueValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustBeEqualValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustBeSmallerOrEqualValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustBeSmallerValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustNotBeEqualIfOtherHasValueValidator
 
comparissonIsValid(Object, Object) - Method in class de.knightsoftnet.validators.shared.impl.MustNotBeEqualValidator
 
convertLanguageToLocale(String) - Static method in class de.knightsoftnet.validators.shared.util.LocaleUtil
convert language string to Locale.
convertOldNumbers() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
convert old tax numbers before validating (true/false).
CountryBankAccountBicData - Class in de.knightsoftnet.validators.shared.data
country and bank account data.
CountryBankAccountBicData() - Constructor for class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
default constructor.
CountryBankAccountBicData(CountryEnum, String, String) - Constructor for class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
constructor initializing fields.
CountryBankAccountData - Class in de.knightsoftnet.validators.shared.data
country and bank account data.
CountryBankAccountData() - Constructor for class de.knightsoftnet.validators.shared.data.CountryBankAccountData
default constructor.
CountryBankAccountData(CountryEnum, String) - Constructor for class de.knightsoftnet.validators.shared.data.CountryBankAccountData
constructor initializing fields.
CountryEnum - Enum in de.knightsoftnet.validators.shared.data
Country enumeration.
CR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
create() - Static method in class de.knightsoftnet.validators.shared.data.CreateBankAccountBicMapConstantsClass
Instantiates a class via deferred binding.
create() - Static method in class de.knightsoftnet.validators.shared.data.CreateBicMapConstantsClass
Instantiates a class via deferred binding.
create() - Static method in class de.knightsoftnet.validators.shared.data.CreateIbanLengthMapConstantsClass
Instantiates a class via deferred binding.
create() - Static method in class de.knightsoftnet.validators.shared.data.CreatePhoneCountryConstantsClass
Instantiates a class via deferred binding.
create() - Static method in class de.knightsoftnet.validators.shared.data.CreatePostalCodesMapConstantsClass
Instantiates a class via deferred binding.
create() - Static method in class de.knightsoftnet.validators.shared.data.CreateTaxNumberMapConstantsClass
Instantiates a class via deferred binding.
create() - Static method in class de.knightsoftnet.validators.shared.data.CreateTinMapConstantsClass
Instantiates a class via deferred binding.
create() - Static method in class de.knightsoftnet.validators.shared.data.CreateVatIdMapConstantsClass
Instantiates a class via deferred binding.
create(Locale) - Static method in class de.knightsoftnet.validators.shared.data.CreatePhoneCountryConstantsClass
Instantiates a class via deferred binding.
CreateBankAccountBicMapConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read constants from properties file.
CreateBankAccountBicMapConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreateBankAccountBicMapConstantsClass
 
CreateBankAccountBicMapConstantsClass.BankAccountBicAtConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreateBankAccountBicMapConstantsClass.BankAccountBicDeConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreateBicMapConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read constants from properties file.
CreateBicMapConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreateBicMapConstantsClass
 
CreateBicMapConstantsClass.BicMapConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreateIbanLengthMapConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read constants from properties file.
CreateIbanLengthMapConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreateIbanLengthMapConstantsClass
 
CreateIbanLengthMapConstantsClass.IbanLengthMapConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
createMapFromPhoneCountry(Locale, Set<PhoneCountryCodeData>, Map<String, String>, Map<String, String>) - Static method in class de.knightsoftnet.validators.shared.data.AbstractCreateClass
 
createPhoneCountryConstants(Locale) - Static method in class de.knightsoftnet.validators.shared.data.AbstractCreateClass
 
CreatePhoneCountryConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read gwt constants from properties file on server side.
CreatePhoneCountryConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreatePhoneCountryConstantsClass
 
CreatePhoneCountryConstantsClass.PhoneCountryCodeConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneCountryNameConstantsDeProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneCountryNameConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneCountryTrunkAndExitCodesConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode1Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode20Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode211Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode212Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode213Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode216Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode218Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode220Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode221Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode222Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode223Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode224Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode225Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode226Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode228Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode229Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode230Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode232Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode233Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode234Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode235Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode236Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode237Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode238Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode239Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode240Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode241Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode242Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode243Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode244Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode245Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode247Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode248Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode249Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode250Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode251Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode252Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode253Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode254Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode255Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode256Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode257Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode258Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode260Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode261Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode262Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode263Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode264Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode265Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode266Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode267Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode268Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode269Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode27Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode291Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode297Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode299Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode30Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode31Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode32Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode33Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode34Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode350Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode351Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode352Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode353Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode354Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode355Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode356Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode357Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode358Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode359Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode36Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode370Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode371Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode372Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode373Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode374Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode375Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode376Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode377Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode378Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode380Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode381Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode382Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode383Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode385Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode386Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode387Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode39Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode40Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode41Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode420Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode421Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode423Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode43Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode44Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode45Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode46Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode47Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode48Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode49Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode501Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode502Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode503Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode504Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode505Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode506Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode507Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode508Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode509Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode51Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode52Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode53Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode54Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode55Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode56Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode57Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode58Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode590Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode591Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode592Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode593Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode594Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode595Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode596Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode597Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode598Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode599Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode60Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode61Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode62Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode63Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode64Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode65Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode66Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode670Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode672Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode673Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode674Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode675Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode676Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode677Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode678Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode679Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode680Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode681Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode682Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode683Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode685Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode686Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode687Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode688Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode689Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode690Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode691Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode692Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode7Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode81Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode82Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode84Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode850Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode852Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode853Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode855Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode86Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode878Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode880Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode881Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode882Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode886Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode90Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode91Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode92Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode93Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode94Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode95Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode960Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode961Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode962Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode963Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode964Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode965Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode966Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode967Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode968Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode970Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode971Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode972Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode973Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode974Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode975Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode976Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode977Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode98Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode992Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode993Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode994Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode995Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode996Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePhoneCountryConstantsClass.PhoneRegionCode998Constants - Interface in de.knightsoftnet.validators.shared.data
 
CreatePostalCodesMapConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read constants from properties file.
CreatePostalCodesMapConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreatePostalCodesMapConstantsClass
 
CreatePostalCodesMapConstantsClass.PostalCodesMapConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreateTaxNumberMapConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read constants from properties file.
CreateTaxNumberMapConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreateTaxNumberMapConstantsClass
 
CreateTaxNumberMapConstantsClass.TaxNumberMapConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreateTinMapConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read constants from properties file.
CreateTinMapConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreateTinMapConstantsClass
 
CreateTinMapConstantsClass.TinMapConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreateVatIdMapConstantsClass - Class in de.knightsoftnet.validators.shared.data
Read constants from properties file.
CreateVatIdMapConstantsClass() - Constructor for class de.knightsoftnet.validators.shared.data.CreateVatIdMapConstantsClass
 
CreateVatIdMapConstantsClass.VatIdMapConstantsProperties - Interface in de.knightsoftnet.validators.shared.data
 
CreditCardNumber - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid credit card number.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are format, size and LUN checksum tests by apache commons validation routines.
There are no tests for credit card validity!
CreditCardNumber.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @CreditCardNumber annotations on the same element.
CreditCardNumberValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid credit card number.
CreditCardNumberValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
 
CU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CV - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CX - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
CZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

D

DATE - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
date.
DATETIME - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
date and time.
DE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
de.knightsoftnet.validators.shared - package de.knightsoftnet.validators.shared
JSR-303/JSR-349 annotations to check bean entries (interfaces).
de.knightsoftnet.validators.shared.data - package de.knightsoftnet.validators.shared.data
this package contains interfaces for constants.
de.knightsoftnet.validators.shared.exceptions - package de.knightsoftnet.validators.shared.exceptions
exception which can be thrown, when server side validation fails.
de.knightsoftnet.validators.shared.impl - package de.knightsoftnet.validators.shared.impl
JSR-303/JSR-349/JSR-380 annotations to check bean entries (implementations).
de.knightsoftnet.validators.shared.interfaces - package de.knightsoftnet.validators.shared.interfaces
interface definitions for database and exchange structures.
de.knightsoftnet.validators.shared.util - package de.knightsoftnet.validators.shared.util
utility classes which can be used on server and client side.
de.knightsoftnet.validators.shared.validationgroup - package de.knightsoftnet.validators.shared.validationgroup
 
defaultCountryData - Variable in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
 
detectCountryCode(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
detect country code for given phone number.
detectCountryCode(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
detect country code for given phone number.
disalowedStartChars() - Element in annotation type de.knightsoftnet.validators.shared.Password
Characters which are not allowed at the beginning of a password.
DJ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
DK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
DM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
DO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
DZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

E

EC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
EE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
EG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
EH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
Email - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid eMail.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are format tests, domain validity tests, and size checks by apache commons validation routines.
Email.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Email annotations on the same element.
EmailMustHaveSameDomain - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) the eMail entry of field1 must have the same domain as the eMail entry of field2.
Supported types are beans, null elements are considered valid.
EmailMustHaveSameDomain.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several EmailMustHaveSameDomain annotations on the same element.
EmailMustHaveSameDomainValidator - Class in de.knightsoftnet.validators.shared.impl
Check if two field entries (must be eMails) have the same domain.
EmailMustHaveSameDomainValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmailMustHaveSameDomainValidator
 
EmailValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid eMail.
EmailValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmailValidator
 
EmptyIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared against a value (option fieldCompare and valueCompare) if the entry of fieldCompare matches valueCompare, field must be empty (null or "").
Supported types are beans, null elements are considered valid.
EmptyIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeEmptyIfOtherHasValue annotations on the same element.
EmptyIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is empty if another field has a given value.
EmptyIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmptyIfOtherHasValueValidator
 
EmptyIfOtherIsEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is empty (null or ""), field must be also empty (null or "").
Supported types are beans, null elements are considered valid.
EmptyIfOtherIsEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeEmptyIfOtherIsEmpty annotations on the same element.
EmptyIfOtherIsEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is empty if another field is empty.
EmptyIfOtherIsEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsEmptyValidator
 
EmptyIfOtherIsNotEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is not empty (null or ""), field must be empty (null or "").
Supported types are beans, null elements are considered valid.
EmptyIfOtherIsNotEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeEmptyIfOtherIsFilled annotations on the same element.
EmptyIfOtherIsNotEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is empty if another field is empty.
EmptyIfOtherIsNotEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsNotEmptyValidator
 
ENUM_FIXED - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
enumeration with fixed values.
ENUM_SQL - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
enumeration read from database.
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
equals(Object) - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
ER - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ES - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ET - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
extendValidationContext(ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractValidatorForLocalizedValue
 
extendValidationContext(ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PatternValidatorForLocalizedValue
 

F

FI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
field() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherHasValue
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsEmpty
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsNotEmpty
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsEmpty
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherHasValue
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsEmpty
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsNotEmpty
field name to check.
field() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOthersHaveValue
name of the field to be validated.
field1() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual
field1 name to compare.
field1() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
field1 name to compare.
field1Name - Variable in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
field1 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual
field2 name to compare.
field2() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
field2 name to compare.
field2Name - Variable in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
field2 name to compare.
fieldAlternate() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue
alternate field name to check.
fieldAlternate() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsEmpty
alternate field name to check.
fieldAlternate() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty
alternate field name to check.
fieldBic() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
field name of the bic field.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherHasValue
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsEmpty
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsNotEmpty
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.FieldValueMapping
name of the field that should be used for comparison.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsEmpty
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherHasValue
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsEmpty
field name to compare.
fieldCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsNotEmpty
field name to compare.
fieldCompareName - Variable in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsIfOtherHasValueValidator
field name to compare.
fieldCountryCode - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
field name of the country code field.
fieldCountryCode - Variable in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
field name of the country code field.
fieldCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
field name of the country code field.
fieldCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
field name of the country code field.
fieldCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.PostalCode
field name of the country code field.
fieldCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
field name of the country code field.
fieldCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.Tin
field name of the country code field.
fieldCountryCode() - Element in annotation type de.knightsoftnet.validators.shared.VatId
field name of the country code field.
fieldIban() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
field name of the iban field.
fieldPhoneNumber - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
field name of the phone number field.
fieldPhoneNumber() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
field name of the phone number field.
fieldPostalCode() - Element in annotation type de.knightsoftnet.validators.shared.PostalCode
field name of the postal code (zip) field.
fieldPostalCode() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
field name of the postal code field.
fieldTaxNumber() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
field name of the vat id field.
fieldTin() - Element in annotation type de.knightsoftnet.validators.shared.Tin
field name of the vat id field.
FieldTypeEnum - Enum in de.knightsoftnet.validators.shared.data
Field type enumeration.
FieldValueMapping - Annotation Type in de.knightsoftnet.validators.shared
field to possible values connection.
fieldVatId() - Element in annotation type de.knightsoftnet.validators.shared.VatId
field name of the vat id field.
FJ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
FK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
FM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
FO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
formatCommon(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common format.
formatCommon(PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common format.
formatCommon(PhoneNumberInterface, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common format.
formatCommon(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common format with cursor position handling.
formatCommon(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Common format.
formatCommon(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common format.
formatCommonInternational(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Common international format.
formatCommonInternational(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common international format with cursor position handling.
formatCommonInternational(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Common international format.
formatCommonInternational(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common international format.
formatCommonInternationalWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common international format with cursor position handling.
formatCommonInternationalWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common international format with cursor position handling.
formatCommonNational(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Common national format.
formatCommonNational(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common national format with cursor position handling.
formatCommonNational(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Common national format.
formatCommonNational(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common national format.
formatCommonNationalWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common national format with cursor position handling.
formatCommonNationalWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common national format with cursor position handling.
formatCommonWithPos(ValueWithPos<PhoneNumberData>, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common format with cursor position handling.
formatCommonWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in common format with cursor position handling.
formatDin5008(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(PhoneNumberInterface, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format with cursor position handling.
formatDin5008(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format.
formatDin5008International(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 international format.
formatDin5008International(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 international format with cursor position handling.
formatDin5008International(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 international format.
formatDin5008International(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 international format.
formatDin5008InternationalWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 international format with cursor position handling.
formatDin5008InternationalWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 international format with cursor position handling.
formatDin5008National(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 national format.
formatDin5008National(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 national format with cursor position handling.
formatDin5008National(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 national format.
formatDin5008National(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 national format.
formatDin5008NationalWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 national format with cursor position handling.
formatDin5008NationalWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 national format with cursor position handling.
formatDin5008WithPos(ValueWithPos<PhoneNumberData>, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format with cursor position handling.
formatDin5008WithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in DIN 5008 format with cursor position handling.
formatE123(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format.
formatE123(PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format.
formatE123(PhoneNumberInterface, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format.
formatE123(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format with cursor position handling.
formatE123(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format.
formatE123(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format.
formatE123International(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 international format.
formatE123International(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 international format with cursor position handling.
formatE123International(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 international format.
formatE123International(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 international format.
formatE123InternationalWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 international format with cursor position handling.
formatE123InternationalWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 international format with cursor position handling.
formatE123National(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 national format.
formatE123National(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 national format with cursor position handling.
formatE123National(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 national format.
formatE123National(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 national format.
formatE123NationalWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 national format with cursor position handling.
formatE123NationalWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 national format with cursor position handling.
formatE123WithPos(ValueWithPos<PhoneNumberData>, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format with cursor position handling.
formatE123WithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in E123 format with cursor position handling.
formatIndex(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in URL format.
formatIndex(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number to index.
formatMs(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Microsoft canonical address format.
formatMs(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Microsoft canonical address format with cursor position handling.
formatMs(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Microsoft canonical address format.
formatMs(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Microsoft canonical address format.
formatMsWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Microsoft canonical address format with cursor position handling.
formatMsWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in Microsoft canonical address format with cursor position handling.
formatRfc3966(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in RFC 3966 format.
formatRfc3966(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in RFC 3966 format with cursor position handling.
formatRfc3966(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in RFC 3966 format.
formatRfc3966(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in RFC 3966 format.
formatRfc3966WithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in RFC 3966 format with cursor position handling.
formatRfc3966WithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in RFC 3966 format with cursor position handling.
formatUrl(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in URL format.
formatUrl(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in URL format with cursor position handling.
formatUrl(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in URL format.
formatUrl(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in URL format.
formatUrlWithPos(ValueWithPos<PhoneNumberData>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in URL format with cursor position handling.
formatUrlWithPos(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
format phone number in URL format with cursor position handling.
FR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

G

GA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GB - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GD - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
getAccountNumberEnd() - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
getAccountNumberOfIban(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
get account number of iban.
getAccountNumberStart() - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
getAreaCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
getAreaCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getAreaCode() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getAreaCodeData() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getAreaName() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
getAreaName() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getAreaName() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
getBankAccount() - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
getBankAccount() - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountData
 
getBankAccountBicConstants() - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
getBankAccountBicMap() - Method in class de.knightsoftnet.validators.shared.data.BankAccountBicConstantsImpl
 
getBankAccountBicMap() - Method in interface de.knightsoftnet.validators.shared.data.BankAccountBicSharedConstants
 
getBankAccountBicSharedConstants() - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
getter for bankAccountBicSharedConstants.
getBankAccountBicSharedConstants() - Method in class de.knightsoftnet.validators.shared.util.BankConstantsProviderImpl
 
getBankNumberEnd() - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
getBankNumberOfIban(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
get bank number of iban.
getBankNumberStart() - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
getBic() - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
getBicMap() - Method in class de.knightsoftnet.validators.shared.data.BicMapConstantsImpl
 
getBicMapConstants() - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
getBicMapConstants() - Method in class de.knightsoftnet.validators.shared.util.BankConstantsProviderImpl
 
getBicOfIban(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
get bic of iban.
getConstraintDescriptor() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getCountriesMap() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
 
getCountriesMap() - Method in interface de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstants
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountData
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getCountryCode() - Method in interface de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstants
 
getCountryCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getCountryCode() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getCountryCodeData() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getCountryCodeName() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getCountryCodeName() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getCountryName() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getCountryName() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
getCountryOfBic(String) - Static method in class de.knightsoftnet.validators.shared.util.BicUtil
get country of bic.
getCountryOfIban(String) - Static method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
get country of iban.
getExecutableParameters() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getExecutableReturnValue() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getExitCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getExtension() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getExtension() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getIbanLengthMap() - Method in class de.knightsoftnet.validators.shared.data.IbanLengthMapConstantsImpl
 
getIbanLengthMap() - Method in interface de.knightsoftnet.validators.shared.data.IbanLengthMapSharedConstants
 
getIbanLengthMapSharedConstants() - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
getIbanLengthMapSharedConstants() - Method in class de.knightsoftnet.validators.shared.util.BankConstantsProviderImpl
 
getInvalidValue() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getLeafBean() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getLength() - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
getLineNumber() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
getLineNumber() - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
getLocalizedText() - Method in interface de.knightsoftnet.validators.shared.interfaces.LocalizedValue
get map of localized texts.
getLocalizedText(K) - Method in interface de.knightsoftnet.validators.shared.interfaces.LocalizedValue
get localized text for specific language.
getMaxLength() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
getMessage() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getMessageTemplate() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getMinLength() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
getNullSaveProperty(Object, String) - Static method in class de.knightsoftnet.validators.shared.util.BeanPropertyReaderUtil
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
getNullSaveStringProperty(Object, String) - Static method in class de.knightsoftnet.validators.shared.util.BeanPropertyReaderUtil
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
getOriginalValue() - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
getPhoneCountryConstants() - Method in interface de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProvider
get phone country constants for current local.
getPhoneCountryConstants() - Method in class de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProviderImpl
 
getPhoneCountryConstants(Locale) - Method in interface de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProvider
get phone country constants for given local.
getPhoneCountryConstants(Locale) - Method in class de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProviderImpl
 
getPhoneCountryData() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
getPos() - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
getPropertyPath() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getRootBean() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getRootBeanClass() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
getSuggstions(String, int) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
get suggestions.
getSuggstions(String, int, Locale) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
get suggestions.
getTime() - Method in interface de.knightsoftnet.validators.shared.interfaces.HasGetTime
Returns a Date object representing this object.
getTrunkCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
getValidationErrorSet(Object) - Method in exception de.knightsoftnet.validators.shared.exceptions.ValidationException
get validation error set.
getValue() - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
GF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
Gln - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Location Number (until 2009 known as International Location Number).
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are numeric, size and checksum tests by apache commons validation routines.
GLN_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.GlnValidator
definition of gln length.
Gln.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gln annotations on the same element.
GlnValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GLN.
GlnValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.GlnValidator
 
GM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GP - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GQ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
groups() - Element in annotation type de.knightsoftnet.validators.shared.AgeLimitCheck
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Bic
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.BicValue
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.CreditCardNumber
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Email
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherHasValue
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsEmpty
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsNotEmpty
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Gln
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Gtin
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Gtin13
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Gtin8
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Iban
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.IbanFormated
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Isbn
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10Formated
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13Formated
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.IsbnFormated
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Isin
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.LimitCharset
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAfterStrip
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsEmpty
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherHasValue
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsEmpty
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsNotEmpty
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOthersHaveValue
validation groups.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Password
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.PostalCode
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.RegularExpression
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Tin
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.Url
groups to use.
groups() - Element in annotation type de.knightsoftnet.validators.shared.VatId
groups to use.
GS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
Gtin - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Trade Item Number (until 2009 known as European Article Number) in the long (13 digits) or short (8 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are numeric, size and checksum tests by apache commons validation routines.
Gtin.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gtin annotations on the same element.
Gtin13 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Trade Item Number (until 2009 known as European Article Number) in the long (13 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are numeric, size and checksum tests by apache commons validation routines.
GTIN13_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Gtin13Validator
definition of gtin13 length.
Gtin13.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gtin13 annotations on the same element.
Gtin13Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GTIN13/EAN13.
Gtin13Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Gtin13Validator
 
Gtin8 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid Global Trade Item Number (until 2009 known as European Article Number) in the short (8 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are numeric, size and checksum tests by apache commons validation routines.
GTIN8_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Gtin8Validator
definition of gtin8 length.
Gtin8.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Gtin8 annotations on the same element.
Gtin8Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GTIN8/EAN8.
Gtin8Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Gtin8Validator
 
GtinValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid GTIN/EAN.
GtinValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.GtinValidator
 
GU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
GY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

H

hamburgTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert hamburg tax number to national format.
HasGetTime - Interface in de.knightsoftnet.validators.shared.interfaces
interface for objects which provide a getTime() method witch returns a Date.
hashCode() - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
hashCode() - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
hashCode() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
HasSetBankAccountBicSharedConstants - Interface in de.knightsoftnet.validators.shared.util
 
HasSetBicMapSharedConstants - Interface in de.knightsoftnet.validators.shared.util
 
HasSetIbanLengthMapSharedConstants - Interface in de.knightsoftnet.validators.shared.util
 
HasSetPhoneCountrySharedConstants - Interface in de.knightsoftnet.validators.shared.util
 
hessenTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert hessen tax number to national format.
HK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
HM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
HN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
HR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
HT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
HU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

I

Iban - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Bank Account Number.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
IBAN_LENGTH_MAX - Static variable in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
definition of IBAN length maximum.
IBAN_LENGTH_MAX - Static variable in class de.knightsoftnet.validators.shared.impl.IbanValidator
definition of IBAN length maximum.
IBAN_LENGTH_MIN - Static variable in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
definition of IBAN length minimum.
IBAN_LENGTH_MIN - Static variable in class de.knightsoftnet.validators.shared.impl.IbanValidator
definition of IBAN length minimum.
Iban.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Iban annotations on the same element.
ibanCompress(String) - Static method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
compress iban, remove all blanks inside.
ibanFormat(String) - Static method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
format iban to four character blocks.
IbanFormated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Bank Account Number.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
IbanFormated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @IbanFormated annotations on the same element.
IbanFormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid IBAN formated.
IbanFormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
 
ibanFormatWithPos(ValueWithPos<String>) - Static method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
format iban to four character blocks.
IbanLengthDefinition - Class in de.knightsoftnet.validators.shared.data
 
IbanLengthDefinition() - Constructor for class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
default constructor.
IbanLengthDefinition(int, int, int, int, int) - Constructor for class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
constructor initializing data.
IbanLengthDefinition(String) - Constructor for class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
constructor parsing value from string.
IbanLengthMapConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
IbanLengthMapConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.IbanLengthMapConstantsImpl
 
IbanLengthMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.shared.data.IbanLengthMapConstantsImpl
constructor initializing map.
IbanLengthMapConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
IbanLengthMapConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.IbanLengthMapConstantsPropertiesImpl
 
IbanLengthMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map to detect length of IBAN numbers.
IbanUtil - Class in de.knightsoftnet.validators.shared.util
Iban Util, format and compress ibans.
IbanUtil() - Constructor for class de.knightsoftnet.validators.shared.util.IbanUtil
 
IbanValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid IBAN.
IbanValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IbanValidator
 
ID - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
IE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ignoreMinus - Variable in class de.knightsoftnet.validators.shared.impl.AbstractSizeWithoutSeparatorsValidator
true if minus should be ignored.
ignoreMinus() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
true if minus should be ignored.
ignoreMinus() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
true if minus should be ignored.
ignoreSeparators - Variable in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
should separating minus signs be ignored (true/false).
ignoreSeparators() - Element in annotation type de.knightsoftnet.validators.shared.Isbn
should separating minus signs be ignored (true/false).
ignoreSeparators() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10
should separating minus signs be ignored (true/false).
ignoreSeparators() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13
should separating minus signs be ignored (true/false).
ignoreSlashes - Variable in class de.knightsoftnet.validators.shared.impl.AbstractSizeWithoutSeparatorsValidator
true if slashes should be ignored.
ignoreSlashes() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
true if slashes should be ignored.
ignoreSlashes() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
true if slashes should be ignored.
ignoreWhiteSpaces - Variable in class de.knightsoftnet.validators.shared.impl.AbstractSizeWithoutSeparatorsValidator
true if whitespaces should be ignored.
ignoreWhiteSpaces() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
true if white spaces should be ignored.
ignoreWhiteSpaces() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
true if white spaces should be ignored.
ignoreWhitspaces() - Element in annotation type de.knightsoftnet.validators.shared.Bic
should white spaces be ignored (true/false).
ignoreWhitspaces() - Element in annotation type de.knightsoftnet.validators.shared.BicValue
should white spaces be ignored (true/false).
ignoreWhitspaces() - Element in annotation type de.knightsoftnet.validators.shared.Iban
should whitespaces be ignored (true/false).
IL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
IM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
IN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
initialize(AgeLimitCheck) - Method in class de.knightsoftnet.validators.shared.impl.AbstractAgeLimitCheckValidator
initialize the validator.
initialize(AlternateSize) - Method in class de.knightsoftnet.validators.shared.impl.AlternateSizeValidator
initialize the validator.
initialize(BankCountry) - Method in class de.knightsoftnet.validators.shared.impl.BankCountryValidator
initialize the validator.
initialize(Bic) - Method in class de.knightsoftnet.validators.shared.impl.BicValidator
initialize the validator.
initialize(BicValue) - Method in class de.knightsoftnet.validators.shared.impl.BicValueValidator
initialize the validator.
initialize(CreditCardNumber) - Method in class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
initialize the validator.
initialize(Email) - Method in class de.knightsoftnet.validators.shared.impl.EmailValidator
initialize the validator.
initialize(EmailMustHaveSameDomain) - Method in class de.knightsoftnet.validators.shared.impl.EmailMustHaveSameDomainValidator
initialize the validator.
initialize(EmptyIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherHasValueValidator
initialize the validator.
initialize(EmptyIfOtherIsEmpty) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsEmptyValidator
initialize the validator.
initialize(EmptyIfOtherIsNotEmpty) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsNotEmptyValidator
initialize the validator.
initialize(Gln) - Method in class de.knightsoftnet.validators.shared.impl.GlnValidator
initialize the validator.
initialize(Gtin) - Method in class de.knightsoftnet.validators.shared.impl.GtinValidator
initialize the validator.
initialize(Gtin13) - Method in class de.knightsoftnet.validators.shared.impl.Gtin13Validator
initialize the validator.
initialize(Gtin8) - Method in class de.knightsoftnet.validators.shared.impl.Gtin8Validator
initialize the validator.
initialize(Iban) - Method in class de.knightsoftnet.validators.shared.impl.IbanValidator
initialize the validator.
initialize(IbanFormated) - Method in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
initialize the validator.
initialize(Isbn) - Method in class de.knightsoftnet.validators.shared.impl.IsbnValidator
initialize the validator.
initialize(Isbn10) - Method in class de.knightsoftnet.validators.shared.impl.Isbn10Validator
initialize the validator.
initialize(Isbn10Formated) - Method in class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
initialize the validator.
initialize(Isbn13) - Method in class de.knightsoftnet.validators.shared.impl.Isbn13Validator
initialize the validator.
initialize(Isbn13Formated) - Method in class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
initialize the validator.
initialize(IsbnFormated) - Method in class de.knightsoftnet.validators.shared.impl.IsbnFormatedValidator
initialize the validator.
initialize(Isin) - Method in class de.knightsoftnet.validators.shared.impl.IsinValidator
initialize the validator.
initialize(LevenshteinDistance) - Method in class de.knightsoftnet.validators.shared.impl.LevenshteinDistanceValidator
 
initialize(LimitCharset) - Method in class de.knightsoftnet.validators.shared.impl.LimitCharsetValidator
initialize the validator.
initialize(MustBeBigger) - Method in class de.knightsoftnet.validators.shared.impl.MustBeBiggerValidator
initialize the validator.
initialize(MustBeBiggerOrEqual) - Method in class de.knightsoftnet.validators.shared.impl.MustBeBiggerOrEqualValidator
initialize the validator.
initialize(MustBeEqual) - Method in class de.knightsoftnet.validators.shared.impl.MustBeEqualValidator
initialize the validator.
initialize(MustBeEqualIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.MustBeEqualIfOtherHasValueValidator
initialize the validator.
initialize(MustBeSmaller) - Method in class de.knightsoftnet.validators.shared.impl.MustBeSmallerValidator
initialize the validator.
initialize(MustBeSmallerOrEqual) - Method in class de.knightsoftnet.validators.shared.impl.MustBeSmallerOrEqualValidator
initialize the validator.
initialize(MustNotBeEqual) - Method in class de.knightsoftnet.validators.shared.impl.MustNotBeEqualValidator
initialize the validator.
initialize(MustNotBeEqualIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.MustNotBeEqualIfOtherHasValueValidator
initialize the validator.
initialize(NotEmptyAfterStrip) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAfterStripValidator
initialize the validator.
initialize(NotEmptyAlternateIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherHasValueValidator
initialize the validator.
initialize(NotEmptyAlternateIfOtherIsEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsEmptyValidator
initialize the validator.
initialize(NotEmptyAlternateIfOtherIsNotEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsNotEmptyValidator
initialize the validator.
initialize(NotEmptyIfOtherHasValue) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherHasValueValidator
initialize the validator.
initialize(NotEmptyIfOtherIsEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsEmptyValidator
initialize the validator.
initialize(NotEmptyIfOtherIsNotEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsNotEmptyValidator
initialize the validator.
initialize(NotEmptyIfOthersHaveValue) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOthersHaveValueValidator
 
initialize(Password) - Method in class de.knightsoftnet.validators.shared.impl.PasswordValidator
initialize the validator.
initialize(PhoneNumber) - Method in class de.knightsoftnet.validators.shared.impl.PhoneNumberValidator
initialize the validator.
initialize(PhoneNumberValue) - Method in class de.knightsoftnet.validators.shared.impl.PhoneNumberValueValidator
initialize the validator.
initialize(PostalCode) - Method in class de.knightsoftnet.validators.shared.impl.PostalCodeValidator
initialize the validator.
initialize(RegularExpression) - Method in class de.knightsoftnet.validators.shared.impl.RegularExpressionValidator
initialize the validator.
initialize(SizeWithoutSeparators) - Method in class de.knightsoftnet.validators.shared.impl.SizeWithoutSeparatorsValidator
initialize the validator.
initialize(TaxNumber) - Method in class de.knightsoftnet.validators.shared.impl.TaxNumberValidator
initialize the validator.
initialize(Tin) - Method in class de.knightsoftnet.validators.shared.impl.TinValidator
initialize the validator.
initialize(Url) - Method in class de.knightsoftnet.validators.shared.impl.UrlValidator
initialize the validator.
initialize(VatId) - Method in class de.knightsoftnet.validators.shared.impl.VatIdValidator
initialize the validator.
initialize(NotBlank) - Method in class de.knightsoftnet.validators.shared.impl.NotBlankValidatorForLocalizedValue
 
initialize(NotEmpty) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyValidatorForLocalizedValue
 
initialize(Pattern) - Method in class de.knightsoftnet.validators.shared.impl.PatternValidatorForLocalizedValue
 
initialize(Size) - Method in class de.knightsoftnet.validators.shared.impl.SizeValidatorForLocalizedValue
 
initialize(V) - Method in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
initialize the validator.
IO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
IQ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
IR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
IS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
isAreaCodeMustBeFilled() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
Isbn - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) or short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
Isbn.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn annotations on the same element.
Isbn10 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
ISBN10_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
definition of isbn10 length.
ISBN10_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
definition of isbn10 length.
Isbn10.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn10 annotations on the same element.
isbn10Format(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn10 with separator signs.
Isbn10Formated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
Isbn10Formated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn10Formated annotations on the same element.
Isbn10FormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid formated ISBN10.
Isbn10FormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
 
isbn10FormatWithPos(ValueWithPos<String>) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn10 with separator signs.
Isbn10Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN10.
Isbn10Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn10Validator
 
Isbn13 - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
ISBN13_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
definition of isbn13 length.
ISBN13_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
definition of isbn13 length (formated.
Isbn13.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn13 annotations on the same element.
isbn13Format(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn13 with separator signs.
Isbn13Formated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
Isbn13Formated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isbn13Formated annotations on the same element.
Isbn13FormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid formated ISBN13.
Isbn13FormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
 
isbn13FormatWithPos(ValueWithPos<String>) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn13 with separator signs.
Isbn13Validator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN13.
Isbn13Validator() - Constructor for class de.knightsoftnet.validators.shared.impl.Isbn13Validator
 
isbnCompress(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
compress isbn, remove all separators inside.
isbnFormat(String) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn10 or 13 with separator signs.
IsbnFormated - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Standard Book Number in the long (13 digits) or short (10 digits) format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
IsbnFormated.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @IsbnFormated annotations on the same element.
IsbnFormatedValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN (10 or 13 digits long).
IsbnFormatedValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IsbnFormatedValidator
 
isbnFormatWithPos(ValueWithPos<String>) - Static method in class de.knightsoftnet.validators.shared.util.IsbnUtil
format isbn10 or 13 with separator signs.
IsbnUtil - Class in de.knightsoftnet.validators.shared.util
Isbn Util, format and compress isbn (10 and 13).
IsbnUtil() - Constructor for class de.knightsoftnet.validators.shared.util.IsbnUtil
 
IsbnValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISBN (10 or 13 digits long).
IsbnValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IsbnValidator
 
Isin - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid International Securities Identification Number.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are format, size, SEPA country and checksum tests by apache commons validation routines.
ISIN_LENGTH - Static variable in class de.knightsoftnet.validators.shared.impl.IsinValidator
definition of gln length.
Isin.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Isin annotations on the same element.
IsinValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid ISIN.
IsinValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.IsinValidator
 
isPhoneNumberEmpty(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
check if phone number is empty.
isPhoneNumberNotEmpty(PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
check if phone number is not empty.
isRegEx() - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
isValid() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
isValid() - Method in interface de.knightsoftnet.validators.shared.data.ValidationInterface
check validity.
isValid(HasGetTime, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForHasGetTime
 
isValid(LocalizedValue<?, ?>, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractValidatorForLocalizedValue
Checks that the localized value.
isValid(LocalizedValue<?, ?>, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.SizeValidatorForLocalizedValue
Checks the length of the specified localized value.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsIfOtherHasValueValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractIsbnValidator
check if given string is a valid isbn.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
check if given string is a valid gln.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AlternateSizeValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.BankCountryValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.BicValidator
check if given string is a valid BIC.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.BicValueValidator
check if given string is a valid BIC.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmailMustHaveSameDomainValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherHasValueValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmptyIfOtherIsNotEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.GlnValidator
check if given string is a valid gln.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Gtin13Validator
check if given string is a valid gtin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Gtin8Validator
check if given string is a valid gtin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.GtinValidator
check if given string is a valid gtin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
check if given string is a valid IBAN.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IbanValidator
check if given string is a valid IBAN.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Isbn10FormatedValidator
check if given string is a valid isbn.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.Isbn13FormatedValidator
check if given string is a valid isbn13.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IsbnFormatedValidator
check if given string is a valid isbn.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.IsinValidator
check if given string is a valid isin.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.LevenshteinDistanceValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAfterStripValidator
check if given string is a not empty after strip.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherHasValueValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsNotEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherHasValueValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsNotEmptyValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.NotEmptyIfOthersHaveValueValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PasswordValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PhoneNumberValidator
check if given string is a valid gln.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.PostalCodeValidator
check if given object is valid.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.SizeWithoutSeparatorsValidator
check the given object.
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.TaxNumberValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.TinValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.VatIdValidator
 
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
check if given string is a valid mail.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.EmailValidator
check if given string is a valid mail.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.LimitCharsetValidator
check if given string is a valid mail.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.RegularExpressionValidator
check if given string is a valid regular expression.
isValid(String, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.UrlValidator
check if given string is a valid url.
isValid(LocalDate, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForLocalDate
 
isValid(LocalDateTime, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForLocalDateTime
 
isValid(ZonedDateTime, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForZoneDateTime
 
isValid(Calendar, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForCalendar
 
isValid(Date, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AgeLimitCheckValidatorForDate
 
isValid(T, ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractAgeLimitCheckValidator
check if given object is valid.
IT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

J

JE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
JM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
JO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
JP - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

K

KE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KP - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
KZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

L

LA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LB - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LENGTH_CREDIT_CARDNUMBER - Static variable in class de.knightsoftnet.validators.shared.impl.CreditCardNumberValidator
maximum length of a credit card numbers.
LENGTH_MAIL - Static variable in class de.knightsoftnet.validators.shared.impl.EmailValidator
maximum length of a eMail.
LENGTH_URL - Static variable in class de.knightsoftnet.validators.shared.impl.UrlValidator
maximum length of a url.
LevenshteinDistance - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain exact three properties: a field that has to be checked (option field1) a field which entry is compared (option field2) the minimum levenshtein distance both field entries must have (option minDistance) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) The Levenshtein distance between the entry of fieldCompare and field is calculated, it must be equal or greater then the value of minDistance. not be empty (null or "").
LevenshteinDistance.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @LevenshteinDistance annotations on the same element.
LevenshteinDistanceValidator - Class in de.knightsoftnet.validators.shared.impl
Check if the Levenshtein Distance of two field entries reach a minimum value.
LevenshteinDistanceValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.LevenshteinDistanceValidator
 
LI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LimitCharset - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must contain only characters which are allowed in the given charset.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
The charset must be given as parameter.
LimitCharset.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @LimitCharset annotations on the same element.
LimitCharsetValidator - Class in de.knightsoftnet.validators.shared.impl
The annotated element must contain only characters which are allowed in the given charset.
LimitCharsetValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.LimitCharsetValidator
 
LK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LocaleUtil - Class in de.knightsoftnet.validators.shared.util
Locale Util, get locale for language string.
LocaleUtil() - Constructor for class de.knightsoftnet.validators.shared.util.LocaleUtil
 
LocalizedValue<K,V> - Interface in de.knightsoftnet.validators.shared.interfaces
localized text definition.
LR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LV - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
LY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

M

MA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
max() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
size the element must be lower or equal to.
maxRepeatChar() - Element in annotation type de.knightsoftnet.validators.shared.Password
maximum repeats of a single character.
MC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MD - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ME - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
mecklenburgVorpommernTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Mecklenburg-Vorpommern tax number to national format.
message - Variable in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
error message key.
message - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
error message key.
message - Variable in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
error message key.
message - Variable in class de.knightsoftnet.validators.shared.impl.AbstractValidatorForLocalizedValue
 
message() - Element in annotation type de.knightsoftnet.validators.shared.AgeLimitCheck
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Bic
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.BicValue
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.CreditCardNumber
localized messages, do not implement ourself, use the hibernate texts.
message() - Element in annotation type de.knightsoftnet.validators.shared.Email
localized messages, do not implement ourself, use the hibernate texts.
message() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherHasValue
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsEmpty
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsNotEmpty
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Gln
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Gtin
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Gtin13
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Gtin8
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Iban
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.IbanFormated
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Isbn
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10Formated
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13Formated
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.IsbnFormated
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Isin
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.LimitCharset
localized messages.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAfterStrip
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsEmpty
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherHasValue
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsEmpty
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsNotEmpty
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOthersHaveValue
validation message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Password
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.PostalCode
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.RegularExpression
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Tin
localized message.
message() - Element in annotation type de.knightsoftnet.validators.shared.Url
localized messages, do not implement ourself, use the hibernate texts.
message() - Element in annotation type de.knightsoftnet.validators.shared.VatId
localized message.
messageBlacklist() - Element in annotation type de.knightsoftnet.validators.shared.Password
localized message if blacklisted.
messageMaxRepeat() - Element in annotation type de.knightsoftnet.validators.shared.Password
localized message if maximum repeat of a char is reached in a row.
messageStartCharacters() - Element in annotation type de.knightsoftnet.validators.shared.Password
localized message if start character is not allowed.
messageWrongBic() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
localized message.
MF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
min() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
size the element must be higher or equal to.
minDistance() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
minimum levenshtein distance.
minRules() - Element in annotation type de.knightsoftnet.validators.shared.Password
minimum number rules that have to be fulfilled.
minValue() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOthersHaveValue
optional minimum value that the field should have.
minYears - Variable in class de.knightsoftnet.validators.shared.impl.AbstractAgeLimitCheckValidator
minimum years.
minYears() - Element in annotation type de.knightsoftnet.validators.shared.AgeLimitCheck
minimum years.
MK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ML - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MODULO_11 - Static variable in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
modulo 11.
MP - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MQ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MustBeBigger - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default false) the entry of field1 must be bigger then entry of field2, can be used e.g. for date or number "from"/"to" fields.
Supported types are beans, null elements are considered valid.
The fields must implement Comparable!
MustBeBigger.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeBigger annotations on the same element.
MustBeBiggerOrEqual - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default false) the entry of field1 must be bigger or equal then entry of field2, can be used e.g. for date or number "from"/"to" fields.
Supported types are beans, null elements are considered valid.
The fields must implement Comparable!
MustBeBiggerOrEqual.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeBiggerOrEqual annotations on the same element.
MustBeBiggerOrEqualValidator - Class in de.knightsoftnet.validators.shared.impl
Check if entry of field1 is Bigger then field2.
MustBeBiggerOrEqualValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustBeBiggerOrEqualValidator
 
MustBeBiggerValidator - Class in de.knightsoftnet.validators.shared.impl
Check if entry of field1 is Bigger then field2.
MustBeBiggerValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustBeBiggerValidator
 
MustBeEqual - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) the entry of field1 must be equal to the entry of field2, can be used e.g. for password and password repeat fields.
Supported types are beans, null elements are considered valid.
MustBeEqual.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeEqual annotations on the same element.
MustBeEqualIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least four properties: a field to compare (option field1) another field to compared (option field2) a field which entry is compared against a value (option fieldCompare and valueCompare) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) the entry of field1 must be equal to the entry of field2 when the entry of fieldCompare has the value valueCompare, can be used e.g. for password and password repeat fields.
Supported types are beans, null elements are considered valid.
MustBeEqualIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeEqualIfOtherHasValue annotations on the same element.
MustBeEqualIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if two field entries are equal.
MustBeEqualIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustBeEqualIfOtherHasValueValidator
 
MustBeEqualValidator - Class in de.knightsoftnet.validators.shared.impl
Check if two field entries are equal.
MustBeEqualValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustBeEqualValidator
 
MustBeSmaller - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default false) the entry of field1 must be smaller then entry of field2, can be used e.g. for date or number "from"/"to" fields.
Supported types are beans, null elements are considered valid.
The fields must implement Comparable!
MustBeSmaller.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeSmaller annotations on the same element.
MustBeSmallerOrEqual - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default false) the entry of field1 must be smaller or equal then entry of field2, can be used e.g. for date or number "from"/"to" fields.
Supported types are beans, null elements are considered valid.
The fields must implement Comparable!
MustBeSmallerOrEqual.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeSmallerOrEqual annotations on the same element.
MustBeSmallerOrEqualValidator - Class in de.knightsoftnet.validators.shared.impl
Check if entry of field1 is smaller then field2.
MustBeSmallerOrEqualValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustBeSmallerOrEqualValidator
 
MustBeSmallerValidator - Class in de.knightsoftnet.validators.shared.impl
Check if entry of field1 is smaller then field2.
MustBeSmallerValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustBeSmallerValidator
 
MustNotBeEqual - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) the entry of field1 must not be equal to the entry of field2, can be used e.g. for password old and password new fields.
Supported types are beans, null elements are considered valid.
MustNotBeEqual.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustNotBeEqual annotations on the same element.
MustNotBeEqualIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field to compare (option field1) another field to compared (option field2) a field which entry is compared against a value (option fieldCompare and valueCompare) add the error to field1 (option addErrorToField1, default true) add the error to field2 (option addErrorToField2, default true) the entry of field1 must not be equal to the entry of field2 when the entry of fieldCompare has the value valueCompare, can be used e.g. for password old and password new fields.
Supported types are beans, null elements are considered valid.
MustNotBeEqualIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustNotBeEqualIfOtherHasValue annotations on the same element.
MustNotBeEqualIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if two field entries are not equal.
MustNotBeEqualIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustNotBeEqualIfOtherHasValueValidator
 
MustNotBeEqualValidator - Class in de.knightsoftnet.validators.shared.impl
Check if two field entries are not equal.
MustNotBeEqualValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.MustNotBeEqualValidator
 
MV - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MX - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
MZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

N

NA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
niedersachsenTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert niedersachsen tax number to national format.
NL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
nordrheinWestfalenTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Nordrhein-Westfalen tax number to national format.
NotBlankValidatorForLocalizedValue - Class in de.knightsoftnet.validators.shared.impl
not blank validator for localized value.
NotBlankValidatorForLocalizedValue() - Constructor for class de.knightsoftnet.validators.shared.impl.NotBlankValidatorForLocalizedValue
 
NotEmptyAfterStrip - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must not be null or empty after strip.
NotEmptyAfterStrip.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @NotEmptyAfterStrip annotations on the same element.
NotEmptyAfterStripValidator - Class in de.knightsoftnet.validators.shared.impl
he annotated element must not be null or empty after strip.
NotEmptyAfterStripValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyAfterStripValidator
 
NotEmptyAlternateIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least three properties: a field that has to be checked (option field) a field that has alternate to be checked (option fieldAlternate) a field which entry is compared against a value (option fieldCompare and valueCompare) if the entry of fieldCompare matches valueCompare, field or alternate fieldAlternate must not be empty (null or "").
Supported types are beans, null elements are considered valid.
NotEmptyAlternateIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeAlternateFilledIfOtherHasValue annotations on the same element.
NotEmptyAlternateIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyAlternateIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherHasValueValidator
 
NotEmptyAlternateIfOtherIsEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least three properties: a field that has to be checked (option field) a field that has alternate to be checked (option fieldAlternate) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is empty (null or ""), field or alternate fieldAlternate must not be empty (null or "").
Supported types are beans, null elements are considered valid.
NotEmptyAlternateIfOtherIsEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeAlternateFilledIfOtherIsEmpty annotations on the same element.
NotEmptyAlternateIfOtherIsEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyAlternateIfOtherIsEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsEmptyValidator
 
NotEmptyAlternateIfOtherIsNotEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least three properties: a field that has to be checked (option field) a field that has alternate to be checked (option fieldAlternate) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is not empty (null or ""), field or alternate fieldAlternate must not be empty (null or "").
Supported types are beans, null elements are considered valid.
NotEmptyAlternateIfOtherIsNotEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeAlternateFilledIfOtherIsFilled annotations on the same element.
NotEmptyAlternateIfOtherIsNotEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyAlternateIfOtherIsNotEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyAlternateIfOtherIsNotEmptyValidator
 
NotEmptyIfOtherHasValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared against a value (option fieldCompare and valueCompare) if the entry of fieldCompare matches valueCompare, field must not be empty (null or "").
Supported types are beans, null elements are considered valid.
NotEmptyIfOtherHasValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeFilledIfOtherHasValue annotations on the same element.
NotEmptyIfOtherHasValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field has a given value.
NotEmptyIfOtherHasValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherHasValueValidator
 
NotEmptyIfOtherIsEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is empty (null or ""), field must not be empty (null or "").
Supported types are beans, null elements are considered valid.
NotEmptyIfOtherIsEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several MustBeFilledIfOtherIsEmpty annotations on the same element.
NotEmptyIfOtherIsEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is empty.
NotEmptyIfOtherIsEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsEmptyValidator
 
NotEmptyIfOtherIsNotEmpty - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a field which entry is compared (option fieldCompare) if the entry of fieldCompare is not empty (null or ""), field must also not be empty (null or "").
Supported types are beans, null elements are considered valid.
NotEmptyIfOtherIsNotEmpty.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @MustBeFilledIfOtherIsFilled annotations on the same element.
NotEmptyIfOtherIsNotEmptyValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if another field is filled.
NotEmptyIfOtherIsNotEmptyValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyIfOtherIsNotEmptyValidator
 
NotEmptyIfOthersHaveValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain at least two properties: a field that has to be checked (option field) a array of fields and entries to be compared (option otherFieldValueMapping) if the entries of otherFieldValueMapping.fieldCompare matches one of the corresponding entries in otherFieldValueMapping.valueCompare (array of possible values), field must not be empty (null or "").
Supported types are beans, null elements are considered valid.
NotEmptyIfOthersHaveValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several NotEmptyIfOthersHaveValue annotations on the same element.
NotEmptyIfOthersHaveValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field is filled if other field have given values.
NotEmptyIfOthersHaveValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyIfOthersHaveValueValidator
 
NotEmptyValidatorForLocalizedValue - Class in de.knightsoftnet.validators.shared.impl
not empty validator for localized value.
NotEmptyValidatorForLocalizedValue() - Constructor for class de.knightsoftnet.validators.shared.impl.NotEmptyValidatorForLocalizedValue
 
NP - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
NUMERIC - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
numeric.
NZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

O

of(int, int, int, int, int) - Static method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
OM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
otherFieldValueMapping() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOthersHaveValue
array of FieldValueMapping's.

P

PA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
parsePhoneNumber(ValueWithPos<String>) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(ValueWithPos<String>, PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(ValueWithPos<String>, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(ValueWithPos<String>, String, Locale) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(String, PhoneNumberInterface) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(String, PhoneNumberInterface, PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(String, String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
parsePhoneNumber(String, String, Locale) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
parse phone number.
Password - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid password.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are the following rules checked (with minRules parameter the number rules can be defined that have to be fulfilled): lowercase upercase digits special character Using blacklist you can give a comma separated list of words which are not allowed to be part of the password.
Password.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several Password annotations on the same element.
PasswordValidator - Class in de.knightsoftnet.validators.shared.impl
Check passwords if they fulfill some complexity rules.
PasswordValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PasswordValidator
 
PatternValidatorForLocalizedValue - Class in de.knightsoftnet.validators.shared.impl
pattern validator.
PatternValidatorForLocalizedValue() - Constructor for class de.knightsoftnet.validators.shared.impl.PatternValidatorForLocalizedValue
 
payload() - Element in annotation type de.knightsoftnet.validators.shared.AgeLimitCheck
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Bic
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.BicValue
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.CreditCardNumber
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Email
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherHasValue
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsEmpty
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsNotEmpty
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Gln
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Gtin
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Gtin13
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Gtin8
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Iban
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.IbanFormated
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Isbn
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10Formated
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13Formated
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.IsbnFormated
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Isin
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.LimitCharset
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAfterStrip
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsEmpty
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherHasValue
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsEmpty
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsNotEmpty
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOthersHaveValue
payload classes.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Password
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.PostalCode
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.RegularExpression
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Tin
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.Url
payload whatever.
payload() - Element in annotation type de.knightsoftnet.validators.shared.VatId
payload whatever.
PE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PhoneAreaCodeData - Class in de.knightsoftnet.validators.shared.data
phone number area code data.
PhoneAreaCodeData() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
PhoneAreaCodeData(String, String, int) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
constructor initializing fields.
PhoneCountryCodeConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneCountryCodeConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryCodeConstantsPropertiesImpl
 
PhoneCountryCodeData - Class in de.knightsoftnet.validators.shared.data
phone number region/country code data.
PhoneCountryCodeData() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
PhoneCountryCodeData(String, String) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
constructor initializing fields.
PhoneCountryConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneCountryConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
default constructor.
PhoneCountryConstantsImpl(Set<PhoneCountryCodeData>, Map<String, PhoneCountryData>) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
constructor initializing set.
phoneCountryConstantsProvider - Variable in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
 
PhoneCountryConstantsProvider - Interface in de.knightsoftnet.validators.shared.util
utility interface for phone country constants provider.
PhoneCountryConstantsProviderImpl - Class in de.knightsoftnet.validators.shared.util
utility class for phone country constants provider, using CreatePhoneCountryConstantsClass as source.
PhoneCountryConstantsProviderImpl() - Constructor for class de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProviderImpl
 
PhoneCountryData - Class in de.knightsoftnet.validators.shared.data
phone number country data.
PhoneCountryData() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
PhoneCountryData(String, String, String, String, boolean, PhoneCountryCodeData) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryData
constructor initializing fields.
PhoneCountryNameConstantsDePropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneCountryNameConstantsDePropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryNameConstantsDePropertiesImpl
 
PhoneCountryNameConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneCountryNameConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryNameConstantsPropertiesImpl
 
PhoneCountrySharedConstants - Interface in de.knightsoftnet.validators.shared.data
set of phone country and area numbers.
PhoneCountryTrunkAndExitCodesConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneCountryTrunkAndExitCodesConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneCountryTrunkAndExitCodesConstantsPropertiesImpl
 
PhoneNumber - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid phone number format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
PhoneNumber.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @PhoneNumber annotations on the same element.
PhoneNumberData - Class in de.knightsoftnet.validators.shared.data
phone number data.
PhoneNumberData() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneNumberData
default constructor.
PhoneNumberData(PhoneNumberInterface) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneNumberData
constructor initializing fields.
PhoneNumberData(String, String, String, String) - Constructor for class de.knightsoftnet.validators.shared.data.PhoneNumberData
constructor initializing fields.
PhoneNumberExtendedInterface - Interface in de.knightsoftnet.validators.shared.data
phone number data interface including country and area name.
PhoneNumberInterface - Interface in de.knightsoftnet.validators.shared.data
phone number data interface.
PhoneNumberSuggestComperator - Class in de.knightsoftnet.validators.shared.util
comperator to sort phone numbers for suggestion entries. sort order is: country code, shorter entries are sorted in first, same length entries are sorted by alphabet area code, shorter entries are sorted in first, same length entries are sorted by alphabet line number, sorted by alphabet extension, sorted by alphabet
PhoneNumberSuggestComperator() - Constructor for class de.knightsoftnet.validators.shared.util.PhoneNumberSuggestComperator
 
phoneNumberUtil - Variable in class de.knightsoftnet.validators.shared.impl.AbstractPhoneNumberValueValidator
phone number utils to test phone numbers.
PhoneNumberUtil - Class in de.knightsoftnet.validators.shared.util
Phone Number Util, format and parse phone numbers.
PhoneNumberUtil() - Constructor for class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
 
PhoneNumberUtil(String) - Constructor for class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
constructor with default country.
PhoneNumberValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid PhoneNumber.
PhoneNumberValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PhoneNumberValidator
 
PhoneNumberValue - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid phone number format.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
PhoneNumberValue.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @PhoneNumberValue annotations on the same element.
PhoneNumberValueValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid PhoneNumber.
PhoneNumberValueValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PhoneNumberValueValidator
 
PhoneRegionCode1ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode1ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode1ConstantsImpl
 
PhoneRegionCode20ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode20ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode20ConstantsImpl
 
PhoneRegionCode211ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode211ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode211ConstantsImpl
 
PhoneRegionCode212ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode212ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode212ConstantsImpl
 
PhoneRegionCode213ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode213ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode213ConstantsImpl
 
PhoneRegionCode216ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode216ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode216ConstantsImpl
 
PhoneRegionCode218ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode218ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode218ConstantsImpl
 
PhoneRegionCode220ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode220ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode220ConstantsImpl
 
PhoneRegionCode221ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode221ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode221ConstantsImpl
 
PhoneRegionCode222ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode222ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode222ConstantsImpl
 
PhoneRegionCode223ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode223ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode223ConstantsImpl
 
PhoneRegionCode224ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode224ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode224ConstantsImpl
 
PhoneRegionCode225ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode225ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode225ConstantsImpl
 
PhoneRegionCode226ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode226ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode226ConstantsImpl
 
PhoneRegionCode228ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode228ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode228ConstantsImpl
 
PhoneRegionCode229ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode229ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode229ConstantsImpl
 
PhoneRegionCode230ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode230ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode230ConstantsImpl
 
PhoneRegionCode232ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode232ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode232ConstantsImpl
 
PhoneRegionCode233ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode233ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode233ConstantsImpl
 
PhoneRegionCode234ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode234ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode234ConstantsImpl
 
PhoneRegionCode235ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode235ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode235ConstantsImpl
 
PhoneRegionCode236ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode236ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode236ConstantsImpl
 
PhoneRegionCode237ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode237ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode237ConstantsImpl
 
PhoneRegionCode238ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode238ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode238ConstantsImpl
 
PhoneRegionCode239ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode239ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode239ConstantsImpl
 
PhoneRegionCode240ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode240ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode240ConstantsImpl
 
PhoneRegionCode241ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode241ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode241ConstantsImpl
 
PhoneRegionCode242ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode242ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode242ConstantsImpl
 
PhoneRegionCode243ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode243ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode243ConstantsImpl
 
PhoneRegionCode244ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode244ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode244ConstantsImpl
 
PhoneRegionCode245ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode245ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode245ConstantsImpl
 
PhoneRegionCode247ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode247ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode247ConstantsImpl
 
PhoneRegionCode248ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode248ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode248ConstantsImpl
 
PhoneRegionCode249ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode249ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode249ConstantsImpl
 
PhoneRegionCode250ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode250ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode250ConstantsImpl
 
PhoneRegionCode251ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode251ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode251ConstantsImpl
 
PhoneRegionCode252ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode252ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode252ConstantsImpl
 
PhoneRegionCode253ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode253ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode253ConstantsImpl
 
PhoneRegionCode254ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode254ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode254ConstantsImpl
 
PhoneRegionCode255ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode255ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode255ConstantsImpl
 
PhoneRegionCode256ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode256ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode256ConstantsImpl
 
PhoneRegionCode257ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode257ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode257ConstantsImpl
 
PhoneRegionCode258ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode258ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode258ConstantsImpl
 
PhoneRegionCode260ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode260ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode260ConstantsImpl
 
PhoneRegionCode261ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode261ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode261ConstantsImpl
 
PhoneRegionCode262ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode262ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode262ConstantsImpl
 
PhoneRegionCode263ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode263ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode263ConstantsImpl
 
PhoneRegionCode264ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode264ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode264ConstantsImpl
 
PhoneRegionCode265ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode265ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode265ConstantsImpl
 
PhoneRegionCode266ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode266ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode266ConstantsImpl
 
PhoneRegionCode267ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode267ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode267ConstantsImpl
 
PhoneRegionCode268ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode268ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode268ConstantsImpl
 
PhoneRegionCode269ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode269ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode269ConstantsImpl
 
PhoneRegionCode27ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode27ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode27ConstantsImpl
 
PhoneRegionCode291ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode291ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode291ConstantsImpl
 
PhoneRegionCode297ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode297ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode297ConstantsImpl
 
PhoneRegionCode299ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode299ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode299ConstantsImpl
 
PhoneRegionCode30ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode30ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode30ConstantsImpl
 
PhoneRegionCode31ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode31ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode31ConstantsImpl
 
PhoneRegionCode32ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode32ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode32ConstantsImpl
 
PhoneRegionCode33ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode33ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode33ConstantsImpl
 
PhoneRegionCode34ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode34ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode34ConstantsImpl
 
PhoneRegionCode350ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode350ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode350ConstantsImpl
 
PhoneRegionCode351ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode351ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode351ConstantsImpl
 
PhoneRegionCode352ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode352ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode352ConstantsImpl
 
PhoneRegionCode353ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode353ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode353ConstantsImpl
 
PhoneRegionCode354ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode354ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode354ConstantsImpl
 
PhoneRegionCode355ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode355ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode355ConstantsImpl
 
PhoneRegionCode356ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode356ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode356ConstantsImpl
 
PhoneRegionCode357ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode357ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode357ConstantsImpl
 
PhoneRegionCode358ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode358ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode358ConstantsImpl
 
PhoneRegionCode359ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode359ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode359ConstantsImpl
 
PhoneRegionCode36ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode36ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode36ConstantsImpl
 
PhoneRegionCode370ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode370ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode370ConstantsImpl
 
PhoneRegionCode371ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode371ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode371ConstantsImpl
 
PhoneRegionCode372ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode372ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode372ConstantsImpl
 
PhoneRegionCode373ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode373ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode373ConstantsImpl
 
PhoneRegionCode374ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode374ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode374ConstantsImpl
 
PhoneRegionCode375ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode375ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode375ConstantsImpl
 
PhoneRegionCode376ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode376ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode376ConstantsImpl
 
PhoneRegionCode377ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode377ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode377ConstantsImpl
 
PhoneRegionCode378ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode378ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode378ConstantsImpl
 
PhoneRegionCode380ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode380ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode380ConstantsImpl
 
PhoneRegionCode381ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode381ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode381ConstantsImpl
 
PhoneRegionCode382ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode382ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode382ConstantsImpl
 
PhoneRegionCode383ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode383ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode383ConstantsImpl
 
PhoneRegionCode385ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode385ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode385ConstantsImpl
 
PhoneRegionCode386ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode386ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode386ConstantsImpl
 
PhoneRegionCode387ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode387ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode387ConstantsImpl
 
PhoneRegionCode39ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode39ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode39ConstantsImpl
 
PhoneRegionCode40ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode40ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode40ConstantsImpl
 
PhoneRegionCode41ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode41ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode41ConstantsImpl
 
PhoneRegionCode420ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode420ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode420ConstantsImpl
 
PhoneRegionCode421ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode421ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode421ConstantsImpl
 
PhoneRegionCode423ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode423ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode423ConstantsImpl
 
PhoneRegionCode43ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode43ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode43ConstantsImpl
 
PhoneRegionCode44ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode44ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode44ConstantsImpl
 
PhoneRegionCode45ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode45ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode45ConstantsImpl
 
PhoneRegionCode46ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode46ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode46ConstantsImpl
 
PhoneRegionCode47ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode47ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode47ConstantsImpl
 
PhoneRegionCode48ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode48ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode48ConstantsImpl
 
PhoneRegionCode49ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode49ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode49ConstantsImpl
 
PhoneRegionCode501ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode501ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode501ConstantsImpl
 
PhoneRegionCode502ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode502ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode502ConstantsImpl
 
PhoneRegionCode503ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode503ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode503ConstantsImpl
 
PhoneRegionCode504ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode504ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode504ConstantsImpl
 
PhoneRegionCode505ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode505ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode505ConstantsImpl
 
PhoneRegionCode506ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode506ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode506ConstantsImpl
 
PhoneRegionCode507ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode507ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode507ConstantsImpl
 
PhoneRegionCode508ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode508ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode508ConstantsImpl
 
PhoneRegionCode509ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode509ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode509ConstantsImpl
 
PhoneRegionCode51ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode51ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode51ConstantsImpl
 
PhoneRegionCode52ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode52ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode52ConstantsImpl
 
PhoneRegionCode53ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode53ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode53ConstantsImpl
 
PhoneRegionCode54ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode54ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode54ConstantsImpl
 
PhoneRegionCode55ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode55ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode55ConstantsImpl
 
PhoneRegionCode56ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode56ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode56ConstantsImpl
 
PhoneRegionCode57ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode57ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode57ConstantsImpl
 
PhoneRegionCode58ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode58ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode58ConstantsImpl
 
PhoneRegionCode590ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode590ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode590ConstantsImpl
 
PhoneRegionCode591ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode591ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode591ConstantsImpl
 
PhoneRegionCode592ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode592ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode592ConstantsImpl
 
PhoneRegionCode593ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode593ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode593ConstantsImpl
 
PhoneRegionCode594ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode594ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode594ConstantsImpl
 
PhoneRegionCode595ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode595ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode595ConstantsImpl
 
PhoneRegionCode596ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode596ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode596ConstantsImpl
 
PhoneRegionCode597ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode597ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode597ConstantsImpl
 
PhoneRegionCode598ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode598ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode598ConstantsImpl
 
PhoneRegionCode599ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode599ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode599ConstantsImpl
 
PhoneRegionCode60ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode60ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode60ConstantsImpl
 
PhoneRegionCode61ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode61ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode61ConstantsImpl
 
PhoneRegionCode62ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode62ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode62ConstantsImpl
 
PhoneRegionCode63ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode63ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode63ConstantsImpl
 
PhoneRegionCode64ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode64ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode64ConstantsImpl
 
PhoneRegionCode65ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode65ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode65ConstantsImpl
 
PhoneRegionCode66ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode66ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode66ConstantsImpl
 
PhoneRegionCode670ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode670ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode670ConstantsImpl
 
PhoneRegionCode672ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode672ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode672ConstantsImpl
 
PhoneRegionCode673ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode673ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode673ConstantsImpl
 
PhoneRegionCode674ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode674ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode674ConstantsImpl
 
PhoneRegionCode675ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode675ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode675ConstantsImpl
 
PhoneRegionCode676ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode676ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode676ConstantsImpl
 
PhoneRegionCode677ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode677ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode677ConstantsImpl
 
PhoneRegionCode678ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode678ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode678ConstantsImpl
 
PhoneRegionCode679ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode679ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode679ConstantsImpl
 
PhoneRegionCode680ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode680ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode680ConstantsImpl
 
PhoneRegionCode681ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode681ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode681ConstantsImpl
 
PhoneRegionCode682ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode682ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode682ConstantsImpl
 
PhoneRegionCode683ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode683ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode683ConstantsImpl
 
PhoneRegionCode685ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode685ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode685ConstantsImpl
 
PhoneRegionCode686ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode686ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode686ConstantsImpl
 
PhoneRegionCode687ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode687ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode687ConstantsImpl
 
PhoneRegionCode688ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode688ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode688ConstantsImpl
 
PhoneRegionCode689ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode689ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode689ConstantsImpl
 
PhoneRegionCode690ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode690ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode690ConstantsImpl
 
PhoneRegionCode691ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode691ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode691ConstantsImpl
 
PhoneRegionCode692ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode692ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode692ConstantsImpl
 
PhoneRegionCode7ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode7ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode7ConstantsImpl
 
PhoneRegionCode81ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode81ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode81ConstantsImpl
 
PhoneRegionCode82ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode82ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode82ConstantsImpl
 
PhoneRegionCode84ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode84ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode84ConstantsImpl
 
PhoneRegionCode850ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode850ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode850ConstantsImpl
 
PhoneRegionCode852ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode852ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode852ConstantsImpl
 
PhoneRegionCode853ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode853ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode853ConstantsImpl
 
PhoneRegionCode855ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode855ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode855ConstantsImpl
 
PhoneRegionCode86ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode86ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode86ConstantsImpl
 
PhoneRegionCode878ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode878ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode878ConstantsImpl
 
PhoneRegionCode880ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode880ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode880ConstantsImpl
 
PhoneRegionCode881ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode881ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode881ConstantsImpl
 
PhoneRegionCode882ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode882ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode882ConstantsImpl
 
PhoneRegionCode886ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode886ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode886ConstantsImpl
 
PhoneRegionCode90ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode90ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode90ConstantsImpl
 
PhoneRegionCode91ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode91ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode91ConstantsImpl
 
PhoneRegionCode92ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode92ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode92ConstantsImpl
 
PhoneRegionCode93ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode93ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode93ConstantsImpl
 
PhoneRegionCode94ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode94ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode94ConstantsImpl
 
PhoneRegionCode95ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode95ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode95ConstantsImpl
 
PhoneRegionCode960ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode960ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode960ConstantsImpl
 
PhoneRegionCode961ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode961ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode961ConstantsImpl
 
PhoneRegionCode962ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode962ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode962ConstantsImpl
 
PhoneRegionCode963ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode963ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode963ConstantsImpl
 
PhoneRegionCode964ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode964ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode964ConstantsImpl
 
PhoneRegionCode965ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode965ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode965ConstantsImpl
 
PhoneRegionCode966ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode966ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode966ConstantsImpl
 
PhoneRegionCode967ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode967ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode967ConstantsImpl
 
PhoneRegionCode968ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode968ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode968ConstantsImpl
 
PhoneRegionCode970ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode970ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode970ConstantsImpl
 
PhoneRegionCode971ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode971ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode971ConstantsImpl
 
PhoneRegionCode972ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode972ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode972ConstantsImpl
 
PhoneRegionCode973ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode973ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode973ConstantsImpl
 
PhoneRegionCode974ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode974ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode974ConstantsImpl
 
PhoneRegionCode975ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode975ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode975ConstantsImpl
 
PhoneRegionCode976ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode976ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode976ConstantsImpl
 
PhoneRegionCode977ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode977ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode977ConstantsImpl
 
PhoneRegionCode98ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode98ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode98ConstantsImpl
 
PhoneRegionCode992ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode992ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode992ConstantsImpl
 
PhoneRegionCode993ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode993ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode993ConstantsImpl
 
PhoneRegionCode994ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode994ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode994ConstantsImpl
 
PhoneRegionCode995ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode995ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode995ConstantsImpl
 
PhoneRegionCode996ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode996ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode996ConstantsImpl
 
PhoneRegionCode998ConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PhoneRegionCode998ConstantsImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PhoneRegionCode998ConstantsImpl
 
PK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PostalCode - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain two properties: country code (option fieldCountryCode) postal code/zip (option fieldPostalCode) The postal code is checked against country specific rules for validity.
Supported types are beans, null elements are considered valid.
If allowLowerCaseCountryCode is set to true, lower case country codes are accepted.
PostalCode.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @PostalCode annotations on the same element.
postalCodes() - Method in class de.knightsoftnet.validators.shared.data.PostalCodesMapConstantsImpl
 
postalCodes() - Method in interface de.knightsoftnet.validators.shared.data.PostalCodesMapSharedConstants
 
PostalCodesMapConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
PostalCodesMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.shared.data.PostalCodesMapConstantsImpl
 
PostalCodesMapConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
PostalCodesMapConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.PostalCodesMapConstantsPropertiesImpl
 
PostalCodesMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of postal codes regex definitions for different countries.
PostalCodeValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a postal code field is valid for the selected country.
PostalCodeValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.PostalCodeValidator
 
PR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
properties() - Method in class de.knightsoftnet.validators.shared.data.BankAccountBicAtConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.BankAccountBicDeConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.BicMapConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.IbanLengthMapConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryNameConstantsDePropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryNameConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryTrunkAndExitCodesConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode1ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode20ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode211ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode212ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode213ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode216ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode218ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode220ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode221ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode222ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode223ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode224ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode225ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode226ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode228ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode229ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode230ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode232ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode233ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode234ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode235ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode236ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode237ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode238ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode239ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode240ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode241ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode242ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode243ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode244ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode245ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode247ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode248ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode249ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode250ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode251ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode252ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode253ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode254ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode255ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode256ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode257ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode258ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode260ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode261ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode262ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode263ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode264ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode265ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode266ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode267ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode268ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode269ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode27ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode291ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode297ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode299ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode30ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode31ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode32ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode33ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode34ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode350ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode351ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode352ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode353ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode354ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode355ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode356ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode357ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode358ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode359ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode36ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode370ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode371ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode372ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode373ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode374ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode375ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode376ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode377ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode378ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode380ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode381ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode382ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode383ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode385ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode386ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode387ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode39ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode40ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode41ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode420ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode421ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode423ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode43ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode44ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode45ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode46ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode47ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode48ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode49ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode501ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode502ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode503ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode504ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode505ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode506ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode507ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode508ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode509ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode51ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode52ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode53ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode54ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode55ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode56ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode57ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode58ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode590ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode591ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode592ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode593ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode594ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode595ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode596ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode597ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode598ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode599ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode60ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode61ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode62ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode63ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode64ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode65ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode66ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode670ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode672ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode673ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode674ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode675ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode676ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode677ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode678ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode679ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode680ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode681ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode682ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode683ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode685ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode686ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode687ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode688ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode689ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode690ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode691ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode692ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode7ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode81ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode82ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode84ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode850ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode852ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode853ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode855ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode86ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode878ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode880ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode881ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode882ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode886ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode90ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode91ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode92ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode93ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode94ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode95ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode960ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode961ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode962ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode963ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode964ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode965ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode966ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode967ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode968ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode970ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode971ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode972ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode973ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode974ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode975ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode976ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode977ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode98ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode992ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode993ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode994ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode995ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode996ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PhoneRegionCode998ConstantsImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.PostalCodesMapConstantsPropertiesImpl
 
properties() - Method in interface de.knightsoftnet.validators.shared.data.PropertiesMapConstants
 
properties() - Method in class de.knightsoftnet.validators.shared.data.TaxNumberMapConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.TinMapConstantsPropertiesImpl
 
properties() - Method in class de.knightsoftnet.validators.shared.data.VatIdMapConstantsPropertiesImpl
 
PropertiesMapConstants - Interface in de.knightsoftnet.validators.shared.data
map of strings.
PS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
putLocalizedText(K, V) - Method in interface de.knightsoftnet.validators.shared.interfaces.LocalizedValue
add or update a text for the given language.
PW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
PY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

Q

QA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

R

RE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
readPhoneCountryCodes(Locale) - Static method in class de.knightsoftnet.validators.shared.data.CreatePhoneCountryConstantsClass
read phone country codes and country iso codes.
readPhoneCountryNames(Locale) - Static method in class de.knightsoftnet.validators.shared.data.CreatePhoneCountryConstantsClass
read phone country names.
readPhoneCountryProperties(Locale, Map<String, String>, Map<String, String>) - Static method in class de.knightsoftnet.validators.shared.data.AbstractCreateClass
 
readPhoneRegionCodes(String, Locale) - Static method in class de.knightsoftnet.validators.shared.data.CreatePhoneCountryConstantsClass
read phone region codes for one country.
readPhoneTrunkAndExitCodes(Locale) - Static method in class de.knightsoftnet.validators.shared.data.CreatePhoneCountryConstantsClass
read phone trunk an exit code map from property file.
regionForCountryAndPostalCode(CountryEnum, String) - Static method in class de.knightsoftnet.validators.shared.util.RegionUtil
get region for country code and postal code.
regionTaxToNational(String, CountryEnum, String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
get region for country code and postal code.
RegionUtil - Class in de.knightsoftnet.validators.shared.util
Taxnumber Util, helper tools for tax numbers.
RegionUtil() - Constructor for class de.knightsoftnet.validators.shared.util.RegionUtil
 
RegularExpression - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid regular expression.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
RegularExpression.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @RegularExpression annotations on the same element.
RegularExpressionValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid Regular Expression.
RegularExpressionValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.RegularExpressionValidator
 
rheinlandPfalzTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Rheinland-Pfalz tax number to national format.
RO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
RS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
RU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
RW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

S

SA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
saarlandTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Saarland tax number to national format.
sachsenAnhaltTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Sachsen-Anhalt tax number to national format.
sachsenTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Sachsen tax number to national format.
SB - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
schleswigHolsteinTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Schleswig-Holstein tax number to national format.
SD - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SEPARATOR - Static variable in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
character used for separating blocks.
SEPARATOR - Static variable in class de.knightsoftnet.validators.shared.util.BicUtil
character used for separating blocks.
SEPARATOR - Static variable in class de.knightsoftnet.validators.shared.util.IsbnUtil
character used for separating blocks.
SerializeableConstraintValidationImpl<T> - Class in de.knightsoftnet.validators.shared.exceptions
This is a limited implementation of ConstraintViolation interface which can be serialized and sent from server to client.
SerializeableConstraintValidationImpl() - Constructor for class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
default constructor, only added for serialization.
SerializeableConstraintValidationImpl(ConstraintViolation<T>) - Constructor for class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
constructor initializing fields from another ConstraintViolation implementation.
setAccountNumberEnd(int) - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
setAccountNumberStart(int) - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
setAreaCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
setAreaCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setAreaCode(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setAreaCodeData(Set<PhoneAreaCodeData>) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
setter for are code data set.
setAreaCodeMustBeFilled(boolean) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
setAreaName(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
setAreaName(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setAreaName(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
setBankAccount(String) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
setBankAccount(String) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountData
 
setBankAccountBicConstants(List<CountryBankAccountBicData>) - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
setBankAccountBicMap(Map<CountryBankAccountData, String>) - Method in class de.knightsoftnet.validators.shared.data.BankAccountBicConstantsImpl
setter for bank account big map.
setBankAccountBicSharedConstants(BankAccountBicSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
 
setBankAccountBicSharedConstants(BankAccountBicSharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.HasSetBankAccountBicSharedConstants
setter for bank account bic shared constants.
setBankAccountBicSharedConstantsWhenAvailable(HasSetBankAccountBicSharedConstants) - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
setBankAccountBicSharedConstantsWhenAvailable(HasSetBankAccountBicSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
 
setBankAccountBicSharedConstantsWhenAvailable(HasSetBankAccountBicSharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.BankConstantsProvider
set bank account bic constants when they are available.
setBankAccountBicSharedConstantsWhenAvailable(HasSetBankAccountBicSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.BankConstantsProviderImpl
 
setBankNumberEnd(int) - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
setBankNumberStart(int) - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
setBic(String) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
setBicMap(Map<String, String>) - Method in class de.knightsoftnet.validators.shared.data.BicMapConstantsImpl
setter for bic map.
setBicMapConstants(BicMapConstantsImpl) - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
setBicMapSharedConstants(BicMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.impl.BicValueValidator
 
setBicMapSharedConstants(BicMapSharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.HasSetBicMapSharedConstants
setter for bic map shared constants.
setBicMapSharedConstantsWhenAvailable(HasSetBicMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
setBicMapSharedConstantsWhenAvailable(HasSetBicMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
 
setBicMapSharedConstantsWhenAvailable(HasSetBicMapSharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.BankConstantsProvider
set bank account bic map when it is available.
setBicMapSharedConstantsWhenAvailable(HasSetBicMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.BankConstantsProviderImpl
 
setCountriesMap(Map<String, PhoneCountryData>) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
map of countries.
setCountryCode(CountryEnum) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountBicData
 
setCountryCode(CountryEnum) - Method in class de.knightsoftnet.validators.shared.data.CountryBankAccountData
 
setCountryCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
setCountryCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
setCountryCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setCountryCode(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setCountryCode(String) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
set country code.
setCountryCode(String, Locale) - Method in class de.knightsoftnet.validators.shared.util.AbstractPhoneNumberUtil
set country code.
setCountryCode(String, Locale) - Method in class de.knightsoftnet.validators.shared.util.PhoneNumberUtil
 
setCountryCode(Set<PhoneCountryCodeData>) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryConstantsImpl
setter for country code set.
setCountryCodeData(PhoneCountryCodeData) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
setCountryCodeName(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
setCountryCodeName(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
setCountryName(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setCountryName(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberExtendedInterface
 
setExitCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
setExtension(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setExtension(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setIbanLengthMap(Map<CountryEnum, IbanLengthDefinition>) - Method in class de.knightsoftnet.validators.shared.data.IbanLengthMapConstantsImpl
setter for iban length map.
setIbanLengthMapSharedConstants(IbanLengthMapConstantsImpl) - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
setIbanLengthMapSharedConstants(IbanLengthMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.impl.BicValidator
 
setIbanLengthMapSharedConstants(IbanLengthMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.impl.IbanFormatedValidator
 
setIbanLengthMapSharedConstants(IbanLengthMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.impl.IbanValidator
 
setIbanLengthMapSharedConstants(IbanLengthMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
 
setIbanLengthMapSharedConstants(IbanLengthMapSharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.HasSetIbanLengthMapSharedConstants
setter for iban length shared constants.
setIbanLengthMapSharedConstantsWhenAvailable(HasSetIbanLengthMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.data.BankValidationConstantsData
 
setIbanLengthMapSharedConstantsWhenAvailable(HasSetIbanLengthMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.AbstractIbanUtil
 
setIbanLengthMapSharedConstantsWhenAvailable(HasSetIbanLengthMapSharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.BankConstantsProvider
set iban length definitions when they are available.
setIbanLengthMapSharedConstantsWhenAvailable(HasSetIbanLengthMapSharedConstants) - Method in class de.knightsoftnet.validators.shared.util.BankConstantsProviderImpl
 
setLength(int) - Method in class de.knightsoftnet.validators.shared.data.IbanLengthDefinition
 
setLineNumber(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setLineNumber(String) - Method in interface de.knightsoftnet.validators.shared.data.PhoneNumberInterface
 
setLocalizedText(Map<K, V>) - Method in interface de.knightsoftnet.validators.shared.interfaces.LocalizedValue
set localized text.
setMaxLength(int) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
setMinLength(int) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
setOriginalValue(E) - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
setPhoneCountryData(PhoneCountryData) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
 
setPhoneCountrySharedConstants(PhoneCountrySharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.HasSetPhoneCountrySharedConstants
setter for phone number shared constants.
setPhoneCountrySharedConstantsWhenAvailable(HasSetPhoneCountrySharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProvider
set phone country constants when they are available.
setPhoneCountrySharedConstantsWhenAvailable(HasSetPhoneCountrySharedConstants) - Method in class de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProviderImpl
 
setPhoneCountrySharedConstantsWhenAvailable(Locale, HasSetPhoneCountrySharedConstants) - Method in interface de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProvider
set phone country constants for given local when they are available.
setPhoneCountrySharedConstantsWhenAvailable(Locale, HasSetPhoneCountrySharedConstants) - Method in class de.knightsoftnet.validators.shared.util.PhoneCountryConstantsProviderImpl
 
setPos(int) - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
setRegEx(boolean) - Method in class de.knightsoftnet.validators.shared.data.PhoneAreaCodeData
 
setTrunkCode(String) - Method in class de.knightsoftnet.validators.shared.data.PhoneCountryData
 
setValid(boolean) - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
setValid(boolean) - Method in interface de.knightsoftnet.validators.shared.data.ValidationInterface
set validity value.
setValidationErrorSet(ArrayList<ConstraintViolation<?>>) - Method in exception de.knightsoftnet.validators.shared.exceptions.ValidationException
set validation error set.
setValidationErrorSet(Set) - Method in exception de.knightsoftnet.validators.shared.exceptions.ValidationException
set validation error set.
setValue(E) - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
SG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
size1() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
first possible size.
size2() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize
second possible size.
SizeValidatorForLocalizedValue - Class in de.knightsoftnet.validators.shared.impl
 
SizeValidatorForLocalizedValue() - Constructor for class de.knightsoftnet.validators.shared.impl.SizeValidatorForLocalizedValue
 
SizeWithoutSeparators - Annotation Type in de.knightsoftnet.validators.shared
The annotated element size must be between the specified boundaries (included).
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
With the following options separator characters can be removed before size is checked: ignoreWhiteSpaces (true/false, default false) ignoreMinus (true/false, default false) ignoreSlashes (true/false, default false)
SizeWithoutSeparators.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several SizeWithoutSeparators annotations on the same element.
SizeWithoutSeparatorsValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a field's size has one of the two given sizes.
SizeWithoutSeparatorsValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.SizeWithoutSeparatorsValidator
 
SJ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
squareSum(int) - Static method in class de.knightsoftnet.validators.shared.impl.AbstractTaxTinNumberValidator
calculate square sum.
SR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ST - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
STRING - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
string/text.
stringSizeWithoutParameters(Object) - Method in class de.knightsoftnet.validators.shared.impl.AbstractSizeWithoutSeparatorsValidator
get string size without filtered parameters.
stripcharacters() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAfterStrip
characters which should be striped.
SV - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
switchContext(ConstraintValidatorContext) - Method in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsValidator
 
SX - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
SZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

T

TaxNumber - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain two properties: country code (option fieldCountryCode) tax number (option fieldTaxNumber) The Tax Number is checked against country specific rules for validity.
TaxNumber.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @TaxNumber annotations on the same element.
TaxNumberMapConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
TaxNumberMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.shared.data.TaxNumberMapConstantsImpl
 
TaxNumberMapConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
TaxNumberMapConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.TaxNumberMapConstantsPropertiesImpl
 
TaxNumberMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of tax number regex values for the different countries.
taxNumbers() - Method in class de.knightsoftnet.validators.shared.data.TaxNumberMapConstantsImpl
 
taxNumbers() - Method in interface de.knightsoftnet.validators.shared.data.TaxNumberMapSharedConstants
 
TaxNumberUtil - Class in de.knightsoftnet.validators.shared.util
Region Util, get region for country and postal code.
TaxNumberUtil() - Constructor for class de.knightsoftnet.validators.shared.util.TaxNumberUtil
 
TaxNumberValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a Tax Number field is valid for the selected country.
TaxNumberValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.TaxNumberValidator
 
TB - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TD - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TH - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
thueringenTaxToNational(String) - Static method in class de.knightsoftnet.validators.shared.util.TaxNumberUtil
convert Thüringen tax number to national format.
TIME - Enum constant in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
time.
Tin - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain two properties: country code (option fieldCountryCode) tin (option fieldTin) The Tax Identification Number (TIN) is checked against country specific rules for validity.
Tin.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @Tin annotations on the same element.
TinMapConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
TinMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.shared.data.TinMapConstantsImpl
 
TinMapConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
TinMapConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.TinMapConstantsPropertiesImpl
 
TinMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of tax identity number regex values for the different countries.
tins() - Method in class de.knightsoftnet.validators.shared.data.TinMapConstantsImpl
 
tins() - Method in interface de.knightsoftnet.validators.shared.data.TinMapSharedConstants
 
TinValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a Tax Identification Number (TIN) field is valid for the selected country.
TinValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.TinValidator
 
TJ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TL - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TO - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
toString() - Method in class de.knightsoftnet.validators.shared.data.PhoneNumberData
 
toString() - Method in class de.knightsoftnet.validators.shared.data.ValueWithPos
 
toString() - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
TP - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TR - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TV - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
TZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

U

UA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
UG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
UM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
unwrap(Class<U>) - Method in class de.knightsoftnet.validators.shared.exceptions.SerializeableConstraintValidationImpl
 
Url - Annotation Type in de.knightsoftnet.validators.shared
The annotated element must be a valid url.
Supported types are Strings, other Objects are transfered to Strings, null elements are considered valid.
There are format tests, domain validity tests, and size checks by apache commons validation routines.
Url.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @URL annotations on the same element.
UrlValidator - Class in de.knightsoftnet.validators.shared.impl
Check a string if it's a valid URL.
UrlValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.UrlValidator
 
US - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
UY - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
UZ - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

V

VA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ValidationException - Exception in de.knightsoftnet.validators.shared.exceptions
The ValidationException is thrown, when a argument is not valid by bean validation.
ValidationException() - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
default constructor.
ValidationException(String) - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
constructor adding a message text.
ValidationException(String, Set) - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
constructor adding a text and another exception/throwable to the exception.
ValidationException(Set) - Constructor for exception de.knightsoftnet.validators.shared.exceptions.ValidationException
constructor adding a set of validation errors.
ValidationGroup - Interface in de.knightsoftnet.validators.shared.validationgroup
This validation group is intended to be used only in server to separate validation which don't work on client side.
ValidationGroup.ServerControllerValidation - Interface in de.knightsoftnet.validators.shared.validationgroup
 
ValidationInterface - Interface in de.knightsoftnet.validators.shared.data
interface for beans which have a validation value.
value() - Element in annotation type de.knightsoftnet.validators.shared.AgeLimitCheck.List
age limit check value.
value() - Element in annotation type de.knightsoftnet.validators.shared.AlternateSize.List
alternate size value.
value() - Element in annotation type de.knightsoftnet.validators.shared.BankCountry.List
bank country value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Bic.List
bic value.
value() - Element in annotation type de.knightsoftnet.validators.shared.BicValue.List
bic value.
value() - Element in annotation type de.knightsoftnet.validators.shared.CreditCardNumber.List
credit card number value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Email.List
email value.
value() - Element in annotation type de.knightsoftnet.validators.shared.EmailMustHaveSameDomain.List
email must have same domain value.
value() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherHasValue.List
must be empty if other has the given value.
value() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsEmpty.List
must be empty if other is empty value.
value() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherIsNotEmpty.List
must be empty if other is not empty value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Gln.List
gln value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Gtin.List
gtin value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Gtin13.List
gtin value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Gtin8.List
gtin value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Iban.List
iban value.
value() - Element in annotation type de.knightsoftnet.validators.shared.IbanFormated.List
iban value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Isbn.List
isbn value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10.List
isbn value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Isbn10Formated.List
isbn value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13.List
isbn value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Isbn13Formated.List
isbn value.
value() - Element in annotation type de.knightsoftnet.validators.shared.IsbnFormated.List
isbn value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Isin.List
isin value.
value() - Element in annotation type de.knightsoftnet.validators.shared.LevenshteinDistance.List
levenshtein distance value.
value() - Element in annotation type de.knightsoftnet.validators.shared.LimitCharset.List
limit charset value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBigger.List
must be bigger value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustBeBiggerOrEqual.List
must be bigger or equal value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqual.List
must be equal value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue.List
must be equal value if other has value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmaller.List
must be smaller value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustBeSmallerOrEqual.List
must be smaller or equal value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqual.List
must not be equal value.
value() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue.List
must not be equal value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAfterStrip.List
NotEmptyAfterStrip value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue.List
not empty alternate if other has value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsEmpty.List
not empty alternate if other is empty value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherIsNotEmpty.List
not empty alternate if other is not empty value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherHasValue.List
not empty if other has value value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsEmpty.List
not empty if other is empty value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherIsNotEmpty.List
not empty if other is not empty value.
value() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOthersHaveValue.List
 
value() - Element in annotation type de.knightsoftnet.validators.shared.Password.List
password value.
value() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumber.List
phone number value.
value() - Element in annotation type de.knightsoftnet.validators.shared.PhoneNumberValue.List
phone number value.
value() - Element in annotation type de.knightsoftnet.validators.shared.PostalCode.List
postal code value.
value() - Element in annotation type de.knightsoftnet.validators.shared.RegularExpression.List
regular expression value.
value() - Element in annotation type de.knightsoftnet.validators.shared.SizeWithoutSeparators.List
array of validators.
value() - Element in annotation type de.knightsoftnet.validators.shared.TaxNumber.List
must be filled if other is filled value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Tin.List
must be filled if other is filled value.
value() - Element in annotation type de.knightsoftnet.validators.shared.Url.List
URL value.
value() - Element in annotation type de.knightsoftnet.validators.shared.VatId.List
must be filled if other is filled value.
valueCompare - Variable in class de.knightsoftnet.validators.shared.impl.AbstractCompareFieldsIfOtherHasValueValidator
field name to compare.
valueCompare() - Element in annotation type de.knightsoftnet.validators.shared.EmptyIfOtherHasValue
value to compare with field name to compare.
valueCompare() - Element in annotation type de.knightsoftnet.validators.shared.FieldValueMapping
array of values to look for.
valueCompare() - Element in annotation type de.knightsoftnet.validators.shared.MustBeEqualIfOtherHasValue
value the compare field must have to check.
valueCompare() - Element in annotation type de.knightsoftnet.validators.shared.MustNotBeEqualIfOtherHasValue
value the compare field must have to check.
valueCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyAlternateIfOtherHasValue
value the compare field must have to check.
valueCompare() - Element in annotation type de.knightsoftnet.validators.shared.NotEmptyIfOtherHasValue
value to compare with field name to compare.
valueOf(String) - Static method in enum de.knightsoftnet.validators.shared.data.CountryEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.knightsoftnet.validators.shared.data.CountryEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.knightsoftnet.validators.shared.data.FieldTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
ValueWithPos<E> - Class in de.knightsoftnet.validators.shared.data
bean with value and cursor position.
ValueWithPos() - Constructor for class de.knightsoftnet.validators.shared.data.ValueWithPos
default constructor.
ValueWithPos(E, int) - Constructor for class de.knightsoftnet.validators.shared.data.ValueWithPos
constructor initializing fields.
ValueWithPos(E, E, int) - Constructor for class de.knightsoftnet.validators.shared.data.ValueWithPos
constructor initializing fields.
VatId - Annotation Type in de.knightsoftnet.validators.shared
The annotated bean must contain two properties: country code (option fieldCountryCode) vat id (option fieldVatId) The vat id is checked against country specific rules for validity.
VatId.List - Annotation Type in de.knightsoftnet.validators.shared
Defines several @VatId annotations on the same element.
VatIdMapConstantsImpl - Class in de.knightsoftnet.validators.shared.data
 
VatIdMapConstantsImpl(Map<String, String>) - Constructor for class de.knightsoftnet.validators.shared.data.VatIdMapConstantsImpl
constructor.
VatIdMapConstantsPropertiesImpl - Class in de.knightsoftnet.validators.shared.data
 
VatIdMapConstantsPropertiesImpl() - Constructor for class de.knightsoftnet.validators.shared.data.VatIdMapConstantsPropertiesImpl
 
VatIdMapSharedConstants - Interface in de.knightsoftnet.validators.shared.data
map of vat id regex values for the different countries.
vatIds() - Method in class de.knightsoftnet.validators.shared.data.VatIdMapConstantsImpl
 
vatIds() - Method in interface de.knightsoftnet.validators.shared.data.VatIdMapSharedConstants
 
VatIdValidator - Class in de.knightsoftnet.validators.shared.impl
Check if a vat id field is valid for the selected country.
VatIdValidator() - Constructor for class de.knightsoftnet.validators.shared.impl.VatIdValidator
 
VC - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
VE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
VG - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
VI - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
VN - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
VU - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

W

WF - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
WS - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

X

XK - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

Y

YE - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
YT - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 

Z

ZA - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ZM - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
ZW - Enum constant in enum de.knightsoftnet.validators.shared.data.CountryEnum
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form