Class ViolationsContainer<T>
java.lang.Object
org.jboss.resteasy.plugins.providers.validation.ViolationsContainer<T>
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1.1 $ Copyright Mar 6, 2012
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<ResteasyConstraintViolation> private Exception
private List
<ResteasyConstraintViolation> private List
<ResteasyConstraintViolation> private List
<ResteasyConstraintViolation> private List
<ResteasyConstraintViolation> private static final long
private Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
addViolations
(Set<? extends ResteasyConstraintViolation> set) void
setException
(Exception exception) void
private StringBuffer
int
size()
toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
fieldViolations
-
propertyViolations
-
classViolations
-
parameterViolations
-
returnValueViolations
-
exception
-
target
-
-
Constructor Details
-
ViolationsContainer
-
ViolationsContainer
-
-
Method Details
-
getException
-
setException
-
getTarget
-
setTarget
-
addViolations
-
addFieldViolation
-
addPropertyViolation
-
addClassViolation
-
addParameterViolation
-
addReturnValueViolation
-
getFieldViolations
-
getPropertyViolations
-
getClassViolations
-
getParameterViolations
-
getReturnValueViolations
-
size
public int size() -
toString
-
setToStringBuffer
-