public class SimpleViolationsContainer extends SimpleViolationsContainer implements Serializable
| Constructor and Description |
|---|
SimpleViolationsContainer(Object target) |
SimpleViolationsContainer(Set<javax.validation.ConstraintViolation<Object>> cvs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addViolations(Set<javax.validation.ConstraintViolation<Object>> cvs)
If some ConstraintViolations are created by Resteasy and some are created by CDI, two
essentially identical ones might appear to be different.
|
getException, getTarget, getViolations, isFieldsValidated, setException, setFieldsValidated, setTarget, sizepublic SimpleViolationsContainer(Object target)
public void addViolations(Set<javax.validation.ConstraintViolation<Object>> cvs)
addViolations in class SimpleViolationsContainerCopyright © 2021 JBoss by Red Hat. All rights reserved.