|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodConstraintViolation | |
|---|---|
| org.hibernate.validator.engine | Implementations for the core interfaces of JSR-303. |
| org.hibernate.validator.method | This package provides support for method-level constraints based on JSR 303: Bean Validation, Appendix C ("Proposal for method-level validation"). |
| Uses of MethodConstraintViolation in org.hibernate.validator.engine |
|---|
| Classes in org.hibernate.validator.engine that implement MethodConstraintViolation | |
|---|---|
class |
MethodConstraintViolationImpl<T>
|
| Methods in org.hibernate.validator.engine that return MethodConstraintViolation | ||
|---|---|---|
|
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
javax.validation.metadata.ConstraintDescriptor<?> descriptor)
|
|
| Methods in org.hibernate.validator.engine that return types with arguments of type MethodConstraintViolation | ||
|---|---|---|
|
ValidatorImpl.validateAllParameters(T object,
java.lang.reflect.Method method,
java.lang.Object[] parameterValues,
java.lang.Class<?>... groups)
|
|
|
ValidatorImpl.validateParameter(T object,
java.lang.reflect.Method method,
java.lang.Object parameterValue,
int parameterIndex,
java.lang.Class<?>... groups)
|
|
|
ValidatorImpl.validateReturnValue(T object,
java.lang.reflect.Method method,
java.lang.Object returnValue,
java.lang.Class<?>... groups)
|
|
| Uses of MethodConstraintViolation in org.hibernate.validator.method |
|---|
| Methods in org.hibernate.validator.method that return types with arguments of type MethodConstraintViolation | ||
|---|---|---|
java.util.Set<MethodConstraintViolation<?>> |
MethodConstraintViolationException.getConstraintViolations()
Set of constraint violations reported during a validation |
|
|
MethodValidator.validateAllParameters(T object,
java.lang.reflect.Method method,
java.lang.Object[] parameterValues,
java.lang.Class<?>... groups)
Validates all parameters of a given method. |
|
|
MethodValidator.validateParameter(T object,
java.lang.reflect.Method method,
java.lang.Object parameterValue,
int parameterIndex,
java.lang.Class<?>... groups)
Validates a given parameter of a given method. |
|
|
MethodValidator.validateReturnValue(T object,
java.lang.reflect.Method method,
java.lang.Object returnValue,
java.lang.Class<?>... groups)
Validates the return value of a given method. |
|
| Constructor parameters in org.hibernate.validator.method with type arguments of type MethodConstraintViolation | |
|---|---|
MethodConstraintViolationException(java.util.Set<? extends MethodConstraintViolation<?>> constraintViolations)
Creates a new new MethodConstraintViolationException. |
|
MethodConstraintViolationException(java.lang.String message,
java.util.Set<? extends MethodConstraintViolation<?>> constraintViolations)
Creates a new new MethodConstraintViolationException. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||