Module org.eclipse.persistence.moxy
Package org.eclipse.persistence.jaxb
Class ConstraintViolationWrapper<T>
java.lang.Object
org.eclipse.persistence.jaxb.ConstraintViolationWrapper<T>
Wrapper over
ConstraintViolation
class. Required due to optional nature of jakarta.validation bundle.- Since:
- 2.7.0
-
Constructor Summary
ConstructorDescriptionConstraintViolationWrapper
(ConstraintViolation<T> constraintViolation) Creates a new wrapper. -
Method Summary
-
Constructor Details
-
ConstraintViolationWrapper
Creates a new wrapper.- Parameters:
constraintViolation
- original object
-
-
Method Details
-
getMessage
- See Also:
-
getMessageTemplate
- See Also:
-
getRootBean
- See Also:
-
getRootBeanClass
- See Also:
-
getLeafBean
- See Also:
-
getExecutableParameters
- See Also:
-
getExecutableReturnValue
- See Also:
-
getPropertyPath
- See Also:
-
getInvalidValue
- See Also:
-
getConstraintDescriptor
- See Also:
-
unwrap
Unwraps original object and returns it.
-