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)
Copyright © 2015–2017. All rights reserved.