Package | Description |
---|---|
org.hibernate.validator.constraintvalidation |
Custom Hibernate Validator specific constraint validation extension classes.
|
org.hibernate.validator.internal.engine.constraintvalidation |
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
|
org.hibernate.validator.internal.engine.scripting |
Classes related to the evaluation of script with the JSR 223 ScriptEngine.
|
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 |
---|---|
ScriptEvaluator |
HibernateConstraintValidatorInitializationContext.getScriptEvaluatorForLanguage(String languageName)
Returns a
ScriptEvaluator created by the ScriptEvaluatorFactory
passed at bootstrap. |
Modifier and Type | Method and Description |
---|---|
ScriptEvaluator |
HibernateConstraintValidatorInitializationContextImpl.getScriptEvaluatorForLanguage(String languageName) |
Modifier and Type | Method and Description |
---|---|
protected ScriptEvaluator |
DefaultScriptEvaluatorFactory.createNewScriptEvaluator(String languageName) |
Modifier and Type | Class and Description |
---|---|
class |
ScriptEngineScriptEvaluator
A wrapper around JSR 223
ScriptEngine s. |
Modifier and Type | Method and Description |
---|---|
protected abstract ScriptEvaluator |
AbstractCachingScriptEvaluatorFactory.createNewScriptEvaluator(String languageName)
Creates a new script evaluator for the given language.
|
ScriptEvaluator |
AbstractCachingScriptEvaluatorFactory.getScriptEvaluatorByLanguageName(String languageName)
Retrieves a script executor for the given language.
|
ScriptEvaluator |
ScriptEvaluatorFactory.getScriptEvaluatorByLanguageName(String languageName)
Retrieves a script evaluator
ScriptEvaluator for the given language. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.