Package org.hibernate.validator.spi.scripting
package org.hibernate.validator.spi.scripting
This package provides support for customization of the script evaluation for ScriptAssert
and ParameterScriptAssert constraints.
This package is part of the public Hibernate Validator SPI.
- Author:
- Marko Bekhta
-
ClassDescriptionBasic cacheable factory responsible for the creation of
ScriptEvaluators.A wrapper around JSR 223ScriptEngines.Exception raised when an error occurs during the evaluation of a script.Used to evaluate script expressions forScriptAssertandParameterScriptAssertconstraints.Factory used to initialize theScriptEvaluators required to evaluate script expressions defined inScriptAssertandParameterScriptAssertconstraints.Exception raised when a script evaluator cannot be found for a given language.