public class SimpleViolationsContainer extends Object 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) |
Exception |
getException() |
Object |
getTarget() |
Set<javax.validation.ConstraintViolation<Object>> |
getViolations() |
void |
setException(Exception exception) |
void |
setTarget(Object target) |
int |
size() |
public SimpleViolationsContainer(Object target)
Copyright © 2016 JBoss by Red Hat. All rights reserved.