Uses of Interface
org.hibernate.validator.constraintvalidation.HibernateConstraintViolationBuilder
Packages that use HibernateConstraintViolationBuilder
Package
Description
Custom Hibernate Validator specific constraint validation extension classes.
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
-
Uses of HibernateConstraintViolationBuilder in org.hibernate.validator.constraintvalidation
Methods in org.hibernate.validator.constraintvalidation that return HibernateConstraintViolationBuilderModifier and TypeMethodDescriptionHibernateConstraintValidatorContext.buildConstraintViolationWithTemplate
(String messageTemplate) HibernateConstraintViolationBuilder.enableExpressionLanguage()
Enable Expression Language with the default Expression Language feature level for the constraint violation created by this builder if the chosenMessageInterpolator
supports it.HibernateConstraintViolationBuilder.enableExpressionLanguage
(ExpressionLanguageFeatureLevel level) Enable Expression Language for the constraint violation created by this builder if the chosenMessageInterpolator
supports it. -
Uses of HibernateConstraintViolationBuilder in org.hibernate.validator.internal.engine.constraintvalidation
Classes in org.hibernate.validator.internal.engine.constraintvalidation that implement HibernateConstraintViolationBuilderModifier and TypeClassDescriptionprotected class
Methods in org.hibernate.validator.internal.engine.constraintvalidation that return HibernateConstraintViolationBuilderModifier and TypeMethodDescriptionConstraintValidatorContextImpl.buildConstraintViolationWithTemplate
(String messageTemplate) CrossParameterConstraintValidatorContextImpl.buildConstraintViolationWithTemplate
(String messageTemplate) ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl.enableExpressionLanguage
(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel)