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
-
Interface Summary Interface Description ScriptEvaluator Used to evaluate script expressions forScriptAssertandParameterScriptAssertconstraints.ScriptEvaluatorFactory Factory used to initialize theScriptEvaluators required to evaluate script expressions defined inScriptAssertandParameterScriptAssertconstraints. -
Class Summary Class Description AbstractCachingScriptEvaluatorFactory Basic cacheable factory responsible for the creation ofScriptEvaluators.ScriptEngineScriptEvaluator A wrapper around JSR 223ScriptEngines. -
Exception Summary Exception Description ScriptEvaluationException Exception raised when an error occurs during the evaluation of a script.ScriptEvaluatorNotFoundException Exception raised when a script evaluator cannot be found for a given language.