public class ConstraintViolationCreationContext extends Object
| Constructor and Description |
|---|
ConstraintViolationCreationContext(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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getDynamicPayload() |
Map<String,Object> |
getExpressionVariables() |
String |
getMessage() |
Map<String,Object> |
getMessageParameters() |
org.hibernate.validator.internal.engine.path.PathImpl |
getPath() |
String |
toString() |
public ConstraintViolationCreationContext(String message, org.hibernate.validator.internal.engine.path.PathImpl property)
public ConstraintViolationCreationContext(String message, org.hibernate.validator.internal.engine.path.PathImpl property, Map<String,Object> messageParameters, Map<String,Object> expressionVariables, Object dynamicPayload)
message - validation messageproperty - path of the fieldmessageParameters - map of message parametersexpressionVariables - map of expression variablesdynamicPayload - object of the payloadCopyright © 2015–2019. All rights reserved.