Package | Description |
---|---|
org.hibernate.validator.constraintvalidation |
Custom Hibernate Validator specific constraint validation extension classes.
|
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
Modifier and Type | Method and Description |
---|---|
HibernateConstraintViolationBuilder |
HibernateConstraintValidatorContext.buildConstraintViolationWithTemplate(String messageTemplate) |
default HibernateConstraintViolationBuilder |
HibernateConstraintViolationBuilder.enableExpressionLanguage()
Enable Expression Language with the default Expression Language feature level for the constraint violation
created by this builder if the chosen
MessageInterpolator supports it. |
HibernateConstraintViolationBuilder |
HibernateConstraintViolationBuilder.enableExpressionLanguage(ExpressionLanguageFeatureLevel level)
Enable Expression Language for the constraint violation created by this builder if the chosen
MessageInterpolator supports it. |
Modifier and Type | Class and Description |
---|---|
protected class |
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl |
Modifier and Type | Method and Description |
---|---|
HibernateConstraintViolationBuilder |
ConstraintValidatorContextImpl.buildConstraintViolationWithTemplate(String messageTemplate) |
HibernateConstraintViolationBuilder |
CrossParameterConstraintValidatorContextImpl.buildConstraintViolationWithTemplate(String messageTemplate) |
HibernateConstraintViolationBuilder |
ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl.enableExpressionLanguage(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved