public class ResteasyConstraintViolation extends Object implements Serializable
Constructor and Description |
---|
ResteasyConstraintViolation() |
ResteasyConstraintViolation(ConstraintType.Type constraintType,
String path,
String message,
String value) |
Modifier and Type | Method and Description |
---|---|
ConstraintType.Type |
getConstraintType() |
String |
getMessage() |
String |
getPath() |
String |
getValue() |
void |
setConstraintType(ConstraintType.Type constraintType) |
void |
setMessage(String message) |
void |
setPath(String path) |
void |
setValue(String value) |
String |
toString() |
String |
type() |
public ResteasyConstraintViolation(ConstraintType.Type constraintType, String path, String message, String value)
public ResteasyConstraintViolation()
public ConstraintType.Type getConstraintType()
public String getPath()
public String getMessage()
public String getValue()
public String toString()
public String type()
public void setConstraintType(ConstraintType.Type constraintType)
public void setPath(String path)
public void setMessage(String message)
public void setValue(String value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.