Uses of Enum
org.hibernate.validator.messageinterpolation.ExpressionLanguageFeatureLevel
Packages that use ExpressionLanguageFeatureLevel
Package
Description
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
Custom Hibernate Validator specific constraint validation extension classes.
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used by custom implementations of the interface for delegation.
-
Uses of ExpressionLanguageFeatureLevel in org.hibernate.validator
Methods in org.hibernate.validator with parameters of type ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionBaseHibernateValidatorConfiguration.constraintExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) Allows setting the Expression Language feature level for message interpolation of constraint messages.BaseHibernateValidatorConfiguration.customViolationExpressionLanguageFeatureLevel(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) Allows setting the Expression Language feature level for message interpolation of custom violation messages. -
Uses of ExpressionLanguageFeatureLevel in org.hibernate.validator.constraintvalidation
Methods in org.hibernate.validator.constraintvalidation with parameters of type ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionHibernateConstraintViolationBuilder.enableExpressionLanguage(ExpressionLanguageFeatureLevel level) Enable Expression Language for the constraint violation created by this builder if the chosenMessageInterpolatorsupports it. -
Uses of ExpressionLanguageFeatureLevel in org.hibernate.validator.messageinterpolation
Methods in org.hibernate.validator.messageinterpolation that return ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionHibernateMessageInterpolatorContext.getExpressionLanguageFeatureLevel()ExpressionLanguageFeatureLevel.interpretDefaultForConstraints(ExpressionLanguageFeatureLevel value) ExpressionLanguageFeatureLevel.interpretDefaultForCustomViolations(ExpressionLanguageFeatureLevel value) Returns the enum constant of this type with the specified name.static ExpressionLanguageFeatureLevel[]ExpressionLanguageFeatureLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.validator.messageinterpolation with parameters of type ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionExpressionLanguageFeatureLevel.interpretDefaultForConstraints(ExpressionLanguageFeatureLevel value) ExpressionLanguageFeatureLevel.interpretDefaultForCustomViolations(ExpressionLanguageFeatureLevel value)