| Name | Description | Type | Package | Framework |
| AbstractValidator | Class | br.com.caelum.vraptor.validator | VRaptor | |
| BeanValidatorContext | Create a personalized implementation for MessageInterpolator. | Class | br.com.caelum.vraptor.validator.beanvalidation | VRaptor |
| DefaultValidationException | Default implementation of a ValidationException. | Class | br.com.caelum.vraptor.validator | VRaptor |
| DefaultValidator | The default validator implementation. | Class | br.com.caelum.vraptor.validator | VRaptor |
| ErrorList | Class that represents an error list. | Class | br.com.caelum.vraptor.validator | VRaptor |
| I18nMessage | In this Message implementation, the message is i18n'ed while the category is literal. | Class | br.com.caelum.vraptor.validator | VRaptor |
| I18nParam | Represents a lazy i18n parameter I18nMessage message = new I18nMessage("category", "key", new I18nParam("lazy. | Class | br.com.caelum.vraptor.validator | VRaptor |
| Message | Interface | br.com.caelum.vraptor.validator | VRaptor | |
| MessageInterpolatorFactory | Factory for MessageInterpolator. | Class | br.com.caelum.vraptor.validator.beanvalidation | VRaptor |
| MethodValidator | Validate method parameters using Bean Validation. | Class | br.com.caelum.vraptor.validator.beanvalidation | VRaptor |
| Outjector | This class is responsible for outjecting request parameter to the next request. | Interface | br.com.caelum.vraptor.validator | VRaptor |
| ReplicatorOutjector | Outjector implementation that replicates logic parameters to next logicSince:3. | Class | br.com.caelum.vraptor.validator | VRaptor |
| Severity | Class | br.com.caelum.vraptor.validator | VRaptor | |
| SimpleMessage | A simple validation message. | Class | br.com.caelum.vraptor.validator | VRaptor |
| ValidationException | A marked annotation to indicate that a certain exception class should be used as a Validation Exception by VRaptor Validator. | Class | br.com.caelum.vraptor.validator.annotation | VRaptor |
| ValidationException | If some validation error occur, its encapsulated within an instance of ValidationException, which is then throw and parsed. | Class | br.com.caelum.vraptor.validator | VRaptor |
| Validator | A validator interface for VRaptor. | Interface | br.com.caelum.vraptor.validator | VRaptor |