public class ConstraintViolationImpl<T> extends Object implements ConstraintViolation<T>, Serializable
Constructor and Description |
---|
ConstraintViolationImpl(String messageTemplate,
String interpolatedMessage,
Class<T> rootBeanClass,
T rootBean,
Object leafBeanInstance,
Object value,
Path propertyPath,
ConstraintDescriptor<?> constraintDescriptor,
ElementType elementType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ConstraintDescriptor<?> |
getConstraintDescriptor() |
Object |
getInvalidValue() |
Object |
getLeafBean() |
String |
getMessage() |
String |
getMessageTemplate() |
Path |
getPropertyPath() |
T |
getRootBean() |
Class<T> |
getRootBeanClass() |
int |
hashCode() |
String |
toString() |
public ConstraintViolationImpl(String messageTemplate, String interpolatedMessage, Class<T> rootBeanClass, T rootBean, Object leafBeanInstance, Object value, Path propertyPath, ConstraintDescriptor<?> constraintDescriptor, ElementType elementType)
public final String getMessage()
getMessage
in interface ConstraintViolation<T>
public final String getMessageTemplate()
getMessageTemplate
in interface ConstraintViolation<T>
public final T getRootBean()
getRootBean
in interface ConstraintViolation<T>
public final Class<T> getRootBeanClass()
getRootBeanClass
in interface ConstraintViolation<T>
public final Object getLeafBean()
getLeafBean
in interface ConstraintViolation<T>
public final Object getInvalidValue()
getInvalidValue
in interface ConstraintViolation<T>
public final Path getPropertyPath()
getPropertyPath
in interface ConstraintViolation<T>
public final ConstraintDescriptor<?> getConstraintDescriptor()
getConstraintDescriptor
in interface ConstraintViolation<T>
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved