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(String languageName) |
Modifier and Type | Method and Description |
---|---|
ScriptEvaluationException |
Log.getErrorExecutingScriptException(String script,
Exception e) |
ScriptEvaluationException |
Log_$logger.getErrorExecutingScriptException(String script,
Exception e) |
Modifier and Type | Method and Description |
---|---|
Object |
ScriptEngineScriptEvaluator.evaluate(String script,
Map<String,Object> bindings)
Executes the given script, using the given variable bindings.
|
Object |
ScriptEvaluator.evaluate(String script,
Map<String,Object> bindings)
Evaluates a
script expression and returns the result of this evaluation. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.