Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodConstraintViolationImpl<T> |
Modifier and Type | Method and Description |
---|---|
<U,V> MethodConstraintViolation<T> |
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext,
MessageAndPath messageAndPath,
ConstraintDescriptor<?> descriptor) |
Modifier and Type | Method and Description |
---|---|
<T> Set<MethodConstraintViolation<T>> |
ValidatorImpl.validateAllParameters(T object,
Method method,
Object[] parameterValues,
Class<?>... groups) |
<T> Set<MethodConstraintViolation<T>> |
ValidatorImpl.validateParameter(T object,
Method method,
Object parameterValue,
int parameterIndex,
Class<?>... groups) |
<T> Set<MethodConstraintViolation<T>> |
ValidatorImpl.validateReturnValue(T object,
Method method,
Object returnValue,
Class<?>... groups) |
Modifier and Type | Method and Description |
---|---|
Set<MethodConstraintViolation<?>> |
MethodConstraintViolationException.getConstraintViolations()
Deprecated.
Set of constraint violations reported during a validation
|
<T> Set<MethodConstraintViolation<T>> |
MethodValidator.validateAllParameters(T object,
Method method,
Object[] parameterValues,
Class<?>... groups)
Deprecated.
Validates all parameters of a given method.
|
<T> Set<MethodConstraintViolation<T>> |
MethodValidator.validateParameter(T object,
Method method,
Object parameterValue,
int parameterIndex,
Class<?>... groups)
Deprecated.
Validates a given parameter of a given method.
|
<T> Set<MethodConstraintViolation<T>> |
MethodValidator.validateReturnValue(T object,
Method method,
Object returnValue,
Class<?>... groups)
Deprecated.
Validates the return value of a given method.
|
Constructor and Description |
---|
MethodConstraintViolationException(Set<? extends MethodConstraintViolation<?>> constraintViolations)
Deprecated.
Creates a new new
MethodConstraintViolationException . |
MethodConstraintViolationException(String message,
Set<? extends MethodConstraintViolation<?>> constraintViolations)
Deprecated.
Creates a new new
MethodConstraintViolationException . |
Copyright © 2018 JBoss by Red Hat. All rights reserved.