Interface ToJspElCompilerService
public interface ToJspElCompilerService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGiven the list of rule json, compiles the rules to generate a list ofCompiledRuleOnly the enabled rules are included in the output.
-
Field Details
-
UNSATISFIED_CONDITION_VALUE
- See Also:
-
-
Method Details
-
compile
Given the list of rule json, compiles the rules to generate a list ofCompiledRuleOnly the enabled rules are included in the output.- Parameters:
rules-- Returns:
-
getDefaultFunctionMapper
FunctionMapper getDefaultFunctionMapper() -
getDefaultVariableResolver
VariableResolver getDefaultVariableResolver()
-