Uses of Class
ninja.validation.WithValidator

Packages that use WithValidator
ninja.validation   
 

Uses of WithValidator in ninja.validation
 

Classes in ninja.validation with annotations of type WithValidator
 interface IsFloat
          Validates that the field is a floating point number.
 interface IsInteger
          Validates that the field is an integer.
 interface Length
          Validates that the length of the field meets the given length constraints
 interface Matches
          Validates that the parameter matches the given regular expression
 interface NumberValue
          Validates that the value of a number meets certain parameters
 interface Required
          Validates that the length of the field meets the given length constraints
 



Copyright © 2012. All Rights Reserved.