Package ninja.validation
Class Validators.JSRValidator
- java.lang.Object
- 
- ninja.validation.Validators.JSRValidator
 
- 
- 
Constructor SummaryConstructors Constructor Description JSRValidator(Lang requestLanguage)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Object>getValidatedType()Get the type that this validator validatesvoidvalidate(Object value, String field, Context context)Validate the given value.
 
-