Class DefaultScriptEvaluatorFactory

java.lang.Object
org.hibernate.validator.spi.scripting.AbstractCachingScriptEvaluatorFactory
org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
All Implemented Interfaces:
ScriptEvaluatorFactory

public class DefaultScriptEvaluatorFactory extends AbstractCachingScriptEvaluatorFactory
Factory responsible for the creation of JSR 223 based ScriptEngineScriptEvaluators. This class is thread-safe.
Author:
Gunnar Morling, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Marko Bekhta, Guillaume Smet