Package ninja.validation

Interface Summary
Validation Validation context
Validator<T> A validator for validating parameters
 

Class Summary
ConstraintViolation A validation constraint violation
ValidationImpl Validation object
Validators Built in validators
Validators.FloatValidator  
Validators.IntegerValidator  
Validators.LengthValidator  
Validators.MatchesValidator  
Validators.NumberValidator  
Validators.RequiredValidator  
 

Annotation Types Summary
IsFloat Validates that the field is a floating point number.
IsInteger Validates that the field is an integer.
Length Validates that the length of the field meets the given length constraints
Matches Validates that the parameter matches the given regular expression
NumberValue Validates that the value of a number meets certain parameters
Required Validates that the length of the field meets the given length constraints
WithValidator Indicates that the annotation should have this validator class applied to it
 



Copyright © 2012. All Rights Reserved.