Package | Description |
---|---|
org.hibernate.validator.internal.engine.scripting |
Classes related to the evaluation of script with the JSR 223 ScriptEngine.
|
org.hibernate.validator.internal.util.logging |
Logging classes.
|
org.hibernate.validator.spi.scripting |
This package provides support for customization of the script evaluation for
ScriptAssert
and ParameterScriptAssert constraints. |
Modifier and Type | Method and Description |
---|---|
protected ScriptEvaluator |
DefaultScriptEvaluatorFactory.createNewScriptEvaluator(java.lang.String languageName) |
Modifier and Type | Method and Description |
---|---|
ScriptEvaluationException |
Log.getErrorExecutingScriptException(java.lang.String script,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ScriptEngineScriptEvaluator.evaluate(java.lang.String script,
java.util.Map<java.lang.String,java.lang.Object> bindings)
Executes the given script, using the given variable bindings.
|
java.lang.Object |
ScriptEvaluator.evaluate(java.lang.String script,
java.util.Map<java.lang.String,java.lang.Object> bindings)
Evaluates a
script expression and returns the result of this evaluation. |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved