public class ServerConstraintViolation extends Object implements ConstraintViolation<Object>
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConstraintViolation.PathImpl |
| Constructor and Description |
|---|
ServerConstraintViolation(InvalidValue invalidValue,
Object rootBean,
Object bean)
Constructs a new
ServerConstraintViolation instance. |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDescriptor<?> |
getConstraintDescriptor() |
InvalidValue |
getInvalidValue() |
Object |
getLeafBean() |
String |
getMessage() |
String |
getMessageTemplate() |
Path |
getPropertyPath() |
Object |
getRootBean() |
Class<Object> |
getRootBeanClass() |
public ServerConstraintViolation(InvalidValue invalidValue, Object rootBean, Object bean)
ServerConstraintViolation instance.invalidValue - serialized server-side ConstraintViolationrootBean - root beanbean - leaf beanpublic InvalidValue getInvalidValue()
getInvalidValue in interface ConstraintViolation<Object>public Object getRootBean()
getRootBean in interface ConstraintViolation<Object>public Class<Object> getRootBeanClass()
getRootBeanClass in interface ConstraintViolation<Object>public Object getLeafBean()
getLeafBean in interface ConstraintViolation<Object>public Path getPropertyPath()
getPropertyPath in interface ConstraintViolation<Object>public String getMessage()
getMessage in interface ConstraintViolation<Object>public String getMessageTemplate()
getMessageTemplate in interface ConstraintViolation<Object>public ConstraintDescriptor<?> getConstraintDescriptor()
getConstraintDescriptor in interface ConstraintViolation<Object>