Class Hierarchy
- java.lang.Object
- org.apache.bval.extras.constraints.file.DirectoryValidator (implements javax.validation.ConstraintValidator<A,T>)
- org.apache.bval.extras.constraints.net.DomainValidator (implements javax.validation.ConstraintValidator<A,T>)
- org.apache.bval.extras.constraints.checkdigit.IBANValidator (implements javax.validation.ConstraintValidator<A,T>)
- org.apache.bval.extras.constraints.net.InetAddressValidator (implements javax.validation.ConstraintValidator<A,T>)
- org.apache.bval.extras.constraints.checkdigit.ModulusValidator<A> (implements javax.validation.ConstraintValidator<A,T>)
- org.apache.bval.extras.constraints.file.NotDirectoryValidator (implements javax.validation.ConstraintValidator<A,T>)
- org.apache.bval.extras.constraints.file.SymlinkValidator (implements javax.validation.ConstraintValidator<A,T>)
- org.apache.bval.extras.constraints.checkdigit.VerhoeffValidator (implements javax.validation.ConstraintValidator<A,T>)
Annotation Type Hierarchy
- org.apache.bval.extras.constraints.checkdigit.Verhoeff (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.checkdigit.Sedol (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.checkdigit.Luhn (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.checkdigit.ISBN10 (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.checkdigit.IBAN (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.checkdigit.EAN13 (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.checkdigit.CUSIP (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.checkdigit.ABANumber (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.creditcard.Visa (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.creditcard.Mastercard (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.creditcard.Discover (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.creditcard.Diners (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.creditcard.AmericanExpress (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.file.Symlink (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.file.NotDirectory (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.file.Directory (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.net.InetAddress (implements java.lang.annotation.Annotation)
- org.apache.bval.extras.constraints.net.Domain (implements java.lang.annotation.Annotation)
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.