| Constructor and Description |
|---|
AdhocConstraintViolation(String message,
String path,
Entity rootBean,
Object invalidValue) |
| Modifier and Type | Method and Description |
|---|---|
javax.validation.metadata.ConstraintDescriptor<AdhocConstraintAnnotation> |
getConstraintDescriptor() |
Object |
getInvalidValue() |
Object |
getLeafBean() |
String |
getMessage() |
String |
getMessageTemplate() |
javax.validation.Path |
getPropertyPath() |
Entity |
getRootBean() |
Class<Entity> |
getRootBeanClass() |
public javax.validation.metadata.ConstraintDescriptor<AdhocConstraintAnnotation> getConstraintDescriptor()
getConstraintDescriptor in interface javax.validation.ConstraintViolation<Entity>public Object getInvalidValue()
getInvalidValue in interface javax.validation.ConstraintViolation<Entity>public Object getLeafBean()
getLeafBean in interface javax.validation.ConstraintViolation<Entity>public String getMessage()
getMessage in interface javax.validation.ConstraintViolation<Entity>public String getMessageTemplate()
getMessageTemplate in interface javax.validation.ConstraintViolation<Entity>public javax.validation.Path getPropertyPath()
getPropertyPath in interface javax.validation.ConstraintViolation<Entity>public Entity getRootBean()
getRootBean in interface javax.validation.ConstraintViolation<Entity>Copyright © 2012-2013 web4thejob.org. All Rights Reserved.