| Package | Description |
|---|---|
| org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
| org.hibernate.validator.internal.engine.constraintvalidation |
| Modifier and Type | Method and Description |
|---|---|
abstract <U,V> C |
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor) |
<U,V> ConstraintViolation<T> |
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor) |
<U,V> ConstraintViolation<T> |
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<MessageAndPath> |
ConstraintValidatorContextImpl.getMessageAndPathList() |
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved