Uses of Class
org.apache.bval.extras.constraints.checkdigit.Luhn

Packages that use Luhn
org.apache.bval.extras.constraints.creditcard This package contains Credit Card validation routines. 
 

Uses of Luhn in org.apache.bval.extras.constraints.creditcard
 

Classes in org.apache.bval.extras.constraints.creditcard with annotations of type Luhn
 interface AmericanExpress
           -- 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.
 interface Diners
           -- 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.
 interface Discover
           -- 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.
 interface Mastercard
           -- 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.
 interface Visa
           -- 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.
 



Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.