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
ScriptEvaluator
s.A wrapper around JSR 223ScriptEngine
s.Exception raised when an error occurs during the evaluation of a script.Used to evaluate script expressions forScriptAssert
andParameterScriptAssert
constraints.Factory used to initialize theScriptEvaluator
s required to evaluate script expressions defined inScriptAssert
andParameterScriptAssert
constraints.Exception raised when a script evaluator cannot be found for a given language.