public interface ConstraintValidatorContext
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConstraintValidatorContext.ConstraintViolationBuilder |
| Modifier and Type | Method and Description |
|---|---|
ConstraintValidatorContext.ConstraintViolationBuilder |
buildConstraintViolationWithTemplate(String messageTemplate) |
void |
disableDefaultConstraintViolation() |
String |
getDefaultConstraintMessageTemplate() |
<T> T |
unwrap(Class<T> type) |
void disableDefaultConstraintViolation()
String getDefaultConstraintMessageTemplate()
ConstraintValidatorContext.ConstraintViolationBuilder buildConstraintViolationWithTemplate(String messageTemplate)
<T> T unwrap(Class<T> type)
Copyright © 2017. All rights reserved.