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 for the core interfaces of Jakarta Bean Validation.
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
Contains various implementation of validation contexts and supporting classes.
Logging 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 chosenMessageInterpolator
supports it. -
Uses of ExpressionLanguageFeatureLevel in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionAbstractConfigurationImpl.getConstraintExpressionLanguageFeatureLevel()
ValidatorFactoryScopedContext.getConstraintExpressionLanguageFeatureLevel()
AbstractConfigurationImpl.getCustomViolationExpressionLanguageFeatureLevel()
ValidatorFactoryScopedContext.getCustomViolationExpressionLanguageFeatureLevel()
MessageInterpolatorContext.getExpressionLanguageFeatureLevel()
Methods in org.hibernate.validator.internal.engine with parameters of type ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionAbstractConfigurationImpl.constraintExpressionLanguageFeatureLevel
(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) AbstractConfigurationImpl.customViolationExpressionLanguageFeatureLevel
(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) Constructors in org.hibernate.validator.internal.engine with parameters of type ExpressionLanguageFeatureLevelModifierConstructorDescriptionMessageInterpolatorContext
(ConstraintDescriptor<?> constraintDescriptor, Object validatedValue, Class<?> rootBeanType, Path propertyPath, Map<String, Object> messageParameters, Map<String, Object> expressionVariables, ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel, boolean customViolation) -
Uses of ExpressionLanguageFeatureLevel in org.hibernate.validator.internal.engine.constraintvalidation
Fields in org.hibernate.validator.internal.engine.constraintvalidation declared as ExpressionLanguageFeatureLevelModifier and TypeFieldDescriptionprotected ExpressionLanguageFeatureLevel
ConstraintValidatorContextImpl.NodeBuilderBase.expressionLanguageFeatureLevel
protected ExpressionLanguageFeatureLevel
ConstraintValidatorContextImpl.NodeBuilderBase.expressionLanguageFeatureLevel
Methods in org.hibernate.validator.internal.engine.constraintvalidation that return ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionConstraintViolationCreationContext.getExpressionLanguageFeatureLevel()
Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionConstraintValidatorContextImpl.ConstraintViolationBuilderImpl.enableExpressionLanguage
(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) Constructors in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ExpressionLanguageFeatureLevelModifierConstructorDescriptionConstraintValidatorContextImpl
(ClockProvider clockProvider, PathImpl propertyPath, ConstraintDescriptor<?> constraintDescriptor, Object constraintValidatorPayload, ExpressionLanguageFeatureLevel defaultConstraintExpressionLanguageFeatureLevel, ExpressionLanguageFeatureLevel defaultCustomViolationExpressionLanguageFeatureLevel) ConstraintViolationCreationContext
(String message, ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel, boolean customViolation, PathImpl property, Map<String, Object> messageParameters, Map<String, Object> expressionVariables, Object dynamicPayload) CrossParameterConstraintValidatorContextImpl
(List<String> methodParameterNames, ClockProvider clockProvider, PathImpl propertyPath, ConstraintDescriptor<?> constraintDescriptor, Object constraintValidatorPayload, ExpressionLanguageFeatureLevel constraintExpressionLanguageFeatureLevel, ExpressionLanguageFeatureLevel customViolationExpressionLanguageFeatureLevel) -
Uses of ExpressionLanguageFeatureLevel in org.hibernate.validator.internal.engine.validationcontext
Methods in org.hibernate.validator.internal.engine.validationcontext that return ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionValidatorScopedContext.getConstraintExpressionLanguageFeatureLevel()
ValidatorScopedContext.getCustomViolationExpressionLanguageFeatureLevel()
-
Uses of ExpressionLanguageFeatureLevel in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type ExpressionLanguageFeatureLevelModifier and TypeMethodDescriptionvoid
Log.logConstraintExpressionLanguageFeatureLevel
(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) void
Log.logCustomViolationExpressionLanguageFeatureLevel
(ExpressionLanguageFeatureLevel expressionLanguageFeatureLevel) -
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)