|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodConstraintViolation | |
|---|---|
| org.hibernate.validator.internal.engine | Implementations for the core interfaces of JSR-303. |
| org.hibernate.validator.method | Deprecated. Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. |
| Uses of MethodConstraintViolation in org.hibernate.validator.internal.engine |
|---|
| Classes in org.hibernate.validator.internal.engine that implement MethodConstraintViolation | |
|---|---|
class |
MethodConstraintViolationImpl<T>
|
| Methods in org.hibernate.validator.internal.engine that return MethodConstraintViolation | ||
|---|---|---|
|
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
javax.validation.metadata.ConstraintDescriptor<?> descriptor)
|
|
| Methods in org.hibernate.validator.internal.engine that return types with arguments of type MethodConstraintViolation | ||
|---|---|---|
|
ValidatorImpl.validateAllParameters(T object,
Method method,
Object[] parameterValues,
Class<?>... groups)
|
|
|
ValidatorImpl.validateParameter(T object,
Method method,
Object parameterValue,
int parameterIndex,
Class<?>... groups)
|
|
|
ValidatorImpl.validateReturnValue(T object,
Method method,
Object returnValue,
Class<?>... groups)
|
|
| Uses of MethodConstraintViolation in org.hibernate.validator.method |
|---|
| Methods in org.hibernate.validator.method that return types with arguments of type MethodConstraintViolation | ||
|---|---|---|
Set<MethodConstraintViolation<?>> |
MethodConstraintViolationException.getConstraintViolations()
Deprecated. Set of constraint violations reported during a validation |
|
|
MethodValidator.validateAllParameters(T object,
Method method,
Object[] parameterValues,
Class<?>... groups)
Deprecated. Validates all parameters of a given method. |
|
|
MethodValidator.validateParameter(T object,
Method method,
Object parameterValue,
int parameterIndex,
Class<?>... groups)
Deprecated. Validates a given parameter of a given method. |
|
|
MethodValidator.validateReturnValue(T object,
Method method,
Object returnValue,
Class<?>... groups)
Deprecated. Validates the return value of a given method. |
|
| Constructor parameters in org.hibernate.validator.method with type arguments of type MethodConstraintViolation | |
|---|---|
MethodConstraintViolationException(Set<? extends MethodConstraintViolation<?>> constraintViolations)
Deprecated. Creates a new new MethodConstraintViolationException. |
|
MethodConstraintViolationException(String message,
Set<? extends MethodConstraintViolation<?>> constraintViolations)
Deprecated. Creates a new new MethodConstraintViolationException. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||