public class ConstraintViolationCreationContext extends Object
Constructor and Description |
---|
ConstraintViolationCreationContext(String message,
PathImpl property) |
ConstraintViolationCreationContext(String message,
PathImpl property,
Map<String,Object> messageParameters,
Map<String,Object> expressionVariables,
Object dynamicPayload) |
Modifier and Type | Method and Description |
---|---|
Object |
getDynamicPayload() |
Map<String,Object> |
getExpressionVariables() |
String |
getMessage() |
Map<String,Object> |
getMessageParameters() |
PathImpl |
getPath() |
String |
toString() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.