public class ValidationNotifier extends Object
| Constructor and Description |
|---|
ValidationNotifier() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addConstraintViolationsHandler(T entity,
NotifyingValidator.ConstraintViolationsHandler<T> handler) |
<T> void |
notifyConstraintViolations(T entity,
Set<ConstraintViolation<T>> constraintViolations) |
<T> void |
removeConstraintViolationsHandler(T entity,
NotifyingValidator.ConstraintViolationsHandler<T> handler) |
public ValidationNotifier()
public <T> void notifyConstraintViolations(T entity, Set<ConstraintViolation<T>> constraintViolations)
public <T> void addConstraintViolationsHandler(T entity, NotifyingValidator.ConstraintViolationsHandler<T> handler)
public <T> void removeConstraintViolationsHandler(T entity, NotifyingValidator.ConstraintViolationsHandler<T> handler)