Skip navigation links
A C D E I L M N O S T V W 

A

ABANumber - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as ABANumber
ABANumberValidator - Class in org.apache.bval.extras.constraints.checkdigit
Modulus 10 ABA Number (or Routing Transit Number (RTN)) Check Digit calculation/validation.
ABANumberValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.ABANumberValidator
 
AmericanExpress - Annotation Type in org.apache.bval.extras.constraints.creditcard
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory

C

CUSIP - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as CUSIP
CUSIPValidator - Class in org.apache.bval.extras.constraints.checkdigit
Modulus 10 CUSIP (North American Securities) Check Digit calculation/validation.
CUSIPValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.CUSIPValidator
 

D

Diners - Annotation Type in org.apache.bval.extras.constraints.creditcard
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory
Directory - Annotation Type in org.apache.bval.extras.constraints.file
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory
DirectoryValidator - Class in org.apache.bval.extras.constraints.file
Description:
DirectoryValidator() - Constructor for class org.apache.bval.extras.constraints.file.DirectoryValidator
 
Discover - Annotation Type in org.apache.bval.extras.constraints.creditcard
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory
Domain - Annotation Type in org.apache.bval.extras.constraints.net
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory
DomainValidator - Class in org.apache.bval.extras.constraints.net
Domain name validation routines.
DomainValidator() - Constructor for class org.apache.bval.extras.constraints.net.DomainValidator
 

E

EAN13 - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as EAN13
EAN13Validator - Class in org.apache.bval.extras.constraints.checkdigit
Modulus 10 EAN-13 / UPC / ISBN-13 Check Digit calculation/validation.
EAN13Validator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.EAN13Validator
 

I

IBAN - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as IBAN
IBANValidator - Class in org.apache.bval.extras.constraints.checkdigit
IBAN (International Bank Account Number) Check Digit calculation/validation.
IBANValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.IBANValidator
 
InetAddress - Annotation Type in org.apache.bval.extras.constraints.net
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory
InetAddressValidator - Class in org.apache.bval.extras.constraints.net
InetAddress validation and conversion routines (java.net.InetAddress).
InetAddressValidator() - Constructor for class org.apache.bval.extras.constraints.net.InetAddressValidator
 
initialize(IBAN) - Method in class org.apache.bval.extras.constraints.checkdigit.IBANValidator
initialize(A) - Method in class org.apache.bval.extras.constraints.checkdigit.ModulusValidator
initialize(Verhoeff) - Method in class org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator
initialize(Directory) - Method in class org.apache.bval.extras.constraints.file.DirectoryValidator
initialize(NotDirectory) - Method in class org.apache.bval.extras.constraints.file.NotDirectoryValidator
initialize(Symlink) - Method in class org.apache.bval.extras.constraints.file.SymlinkValidator
initialize(Domain) - Method in class org.apache.bval.extras.constraints.net.DomainValidator
initialize(InetAddress) - Method in class org.apache.bval.extras.constraints.net.InetAddressValidator
ISBN10 - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as ISBN10
ISBN10Validator - Class in org.apache.bval.extras.constraints.checkdigit
Modulus 11 ISBN-10 Check Digit calculation/validation.
ISBN10Validator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.ISBN10Validator
 
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.checkdigit.IBANValidator
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.checkdigit.ModulusValidator
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator
isValid(File, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.file.DirectoryValidator
isValid(File, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.file.NotDirectoryValidator
isValid(File, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.file.SymlinkValidator
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.net.DomainValidator
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.apache.bval.extras.constraints.net.InetAddressValidator
isValidCountryCodeTld(String) - Static method in class org.apache.bval.extras.constraints.net.DomainValidator
Returns true if the specified String matches any IANA-defined country code top-level domain.
isValidGenericTld(String) - Static method in class org.apache.bval.extras.constraints.net.DomainValidator
Returns true if the specified String matches any IANA-defined generic top-level domain.
isValidInfrastructureTld(String) - Static method in class org.apache.bval.extras.constraints.net.DomainValidator
Returns true if the specified String matches any IANA-defined infrastructure top-level domain.
isValidLocalTld(String) - Static method in class org.apache.bval.extras.constraints.net.DomainValidator
Returns true if the specified String matches any widely used "local" domains (localhost or localdomain).
isValidTld(String) - Method in class org.apache.bval.extras.constraints.net.DomainValidator
Returns true if the specified String matches any IANA-defined top-level domain.

L

Luhn - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as Luhn
LuhnValidator - Class in org.apache.bval.extras.constraints.checkdigit
Modulus 10 Luhn Check Digit calculation/validation.
LuhnValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.LuhnValidator
 

M

Mastercard - Annotation Type in org.apache.bval.extras.constraints.creditcard
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory
ModulusValidator<A extends Annotation> - Class in org.apache.bval.extras.constraints.checkdigit
Abstract Modulus Check digit calculation/validation.
ModulusValidator(int) - Constructor for class org.apache.bval.extras.constraints.checkdigit.ModulusValidator
 

N

NotDirectory - Annotation Type in org.apache.bval.extras.constraints.file
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is not a directory
NotDirectoryValidator - Class in org.apache.bval.extras.constraints.file
Description:
NotDirectoryValidator() - Constructor for class org.apache.bval.extras.constraints.file.NotDirectoryValidator
 

O

org.apache.bval.extras.constraints - package org.apache.bval.extras.constraints
Contains constraints that are NOT part of the Bean Validation specification and might disappear as soon as a final version of the specification contains similar functionalities.
org.apache.bval.extras.constraints.checkdigit - package org.apache.bval.extras.constraints.checkdigit
This package contains Check Digit validation routines.
org.apache.bval.extras.constraints.creditcard - package org.apache.bval.extras.constraints.creditcard
This package contains Credit Card validation routines.
org.apache.bval.extras.constraints.file - package org.apache.bval.extras.constraints.file
File constraints validators.
org.apache.bval.extras.constraints.net - package org.apache.bval.extras.constraints.net
net constraints validators.

S

Sedol - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as Sedol
SedolValidator - Class in org.apache.bval.extras.constraints.checkdigit
Modulus 10 SEDOL (UK Securities) Check Digit calculation/validation.
SedolValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.SedolValidator
 
sumDigits(int) - Static method in class org.apache.bval.extras.constraints.checkdigit.ModulusValidator
Add together the individual digits in a number.
Symlink - Annotation Type in org.apache.bval.extras.constraints.file
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a symbolic link
SymlinkValidator - Class in org.apache.bval.extras.constraints.file
Description:
SymlinkValidator() - Constructor for class org.apache.bval.extras.constraints.file.SymlinkValidator
 

T

toInt(char, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.CUSIPValidator
Convert a character at a specified position to an integer value.
toInt(char, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.ISBN10Validator
Convert a character at a specified position to an integer value.
toInt(char, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.ModulusValidator
Convert a character at a specified position to an integer value.
toInt(char, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.SedolValidator
Convert a character at a specified position to an integer value.

V

Verhoeff - Annotation Type in org.apache.bval.extras.constraints.checkdigit
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate as Verhoeff
VerhoeffValidator - Class in org.apache.bval.extras.constraints.checkdigit
Verhoeff (Dihedral) Check Digit calculation/validation.
VerhoeffValidator() - Constructor for class org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator
 
Visa - Annotation Type in org.apache.bval.extras.constraints.creditcard
-- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality. -- Description: annotation to validate a java.io.File is a directory

W

weightedValue(int, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.ABANumberValidator
Calculates the weighted value of a character in the code at a specified position.
weightedValue(int, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.CUSIPValidator
Calculates the weighted value of a character in the code at a specified position.
weightedValue(int, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.EAN13Validator
Calculates the weighted value of a character in the code at a specified position.
weightedValue(int, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.ISBN10Validator
Calculates the weighted value of a charcter in the code at a specified position.
weightedValue(int, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.LuhnValidator
Calculates the weighted value of a charcter in the code at a specified position.
weightedValue(int, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.ModulusValidator
Calculates the weighted value of a character in the code at a specified position.
weightedValue(int, int, int) - Method in class org.apache.bval.extras.constraints.checkdigit.SedolValidator
Calculates the weighted value of a character in the code at a specified position.
A C D E I L M N O S T V W 
Skip navigation links

Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.