| Package | Description |
|---|---|
| org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
| org.hibernate.validator.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
| Class and Description |
|---|
| ConfigurationImpl
Hibernate specific
Configuration implementation. |
| ConstraintTree
Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.
|
| ConstraintValidatorContextImpl |
| ConstraintViolationImpl |
| MessageAndPath
Container class for a validation error message and its corresponding path.
|
| MethodValidationContext
A
ValidationContext implementation which creates and manages
violations of type MethodConstraintViolation. |
| NodeImpl
Immutable implementation of a
Path.Node. |
| PathImpl |
| ValidationContext
Context object keeping track of all important data for a top level
Validator.validate(Object, Class[]) },
Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call. |
| ValueContext
An instance of this class is used to collect all the relevant information for validating a single class, property or
method invocation.
|
| Class and Description |
|---|
| ValidationContext
Context object keeping track of all important data for a top level
Validator.validate(Object, Class[]) },
Validator.validateValue(Class, String, Object, Class[]) } or Validator.validateProperty(Object, String, Class[]) call. |
| ValueContext
An instance of this class is used to collect all the relevant information for validating a single class, property or
method invocation.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.