Class ConstraintViolationCreationContext
java.lang.Object
de.knightsoftnet.validators.client.impl.ConstraintViolationCreationContext
Container class for the information needed to create a constraint violation.
- Author:
- Hardy Ferentschik
-
Constructor Summary
ConstructorsConstructorDescriptionConstraintViolationCreationContext(String message, org.hibernate.validator.internal.engine.path.PathImpl property) ConstraintViolationCreationContext(String message, org.hibernate.validator.internal.engine.path.PathImpl property, Map<String, Object> messageParameters, Map<String, Object> expressionVariables, Object dynamicPayload) constructor. -
Method Summary
-
Constructor Details
-
ConstraintViolationCreationContext
public ConstraintViolationCreationContext(String message, org.hibernate.validator.internal.engine.path.PathImpl property) -
ConstraintViolationCreationContext
public ConstraintViolationCreationContext(String message, org.hibernate.validator.internal.engine.path.PathImpl property, Map<String, Object> messageParameters, Map<String, Object> expressionVariables, Object dynamicPayload) constructor.- Parameters:
message- validation messageproperty- path of the fieldmessageParameters- map of message parametersexpressionVariables- map of expression variablesdynamicPayload- object of the payload
-
-
Method Details