public class ConstraintViolationCreationContext extends Object
| Constructor and Description |
|---|
ConstraintViolationCreationContext(String message,
javax.validation.Path property) |
ConstraintViolationCreationContext(String message,
javax.validation.Path property,
Map<String,Object> expressionVariables) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExpressionVariables() |
String |
getMessage() |
javax.validation.Path |
getPath() |
String |
toString() |
public ConstraintViolationCreationContext(String message, javax.validation.Path property)
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.