ScriptAssert
and ParameterScriptAssert
constraints.See: Description
Interface | Description |
---|---|
ScriptEvaluator |
Used to evaluate script expressions for
ScriptAssert
and ParameterScriptAssert constraints. |
ScriptEvaluatorFactory |
Factory used to initialize the
ScriptEvaluator s required to evaluate script expressions defined in
ScriptAssert and ParameterScriptAssert constraints. |
Class | Description |
---|---|
AbstractCachingScriptEvaluatorFactory |
Basic cacheable factory responsible for the creation of
ScriptEvaluator s. |
ScriptEngineScriptEvaluator |
A wrapper around JSR 223
ScriptEngine s. |
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.
|
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.
Copyright © 2019 JBoss by Red Hat. All rights reserved.