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> expressionVariables)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExpressionVariables() |
String |
getMessage() |
org.hibernate.validator.internal.engine.path.PathImpl |
getPath() |
String |
toString() |
public ConstraintViolationCreationContext(String message, org.hibernate.validator.internal.engine.path.PathImpl property)
Copyright © 2015–2016. All rights reserved.