Uses of Package
org.dellroad.stuff.validation

Packages that use org.dellroad.stuff.validation
org.dellroad.stuff.validation Classes related to JSR-303 validation. 
 

Classes in org.dellroad.stuff.validation used by org.dellroad.stuff.validation
AbstractValidator
          Support superclass for validators.
Pattern
          Works like the standard @Pattern but applies to any type of object, converting to String as necessary via Object.toString(), and recursing on collection types.
SelfValidating
          Implemented by classes that can validate themselves.
SelfValidationException
          Exception that can be thrown by SelfValidating.checkValid(javax.validation.ConstraintValidatorContext).
ValidationContext
          Provides additional context for ConstraintValidator implementations.