All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description CachingStdEvaluationContextFactory Default implementation ofEvaluationContextFactory
that caches theEvaluationContext
s it creates.CollectionExpressionVariable Deprecated. CollectionsExpressionVariable Common, null-safe, collection operationsDateExpressionVariable Common operations for dates comparisonDecimalExpressionVariable Common, null-safe, decimal operations.DefaultConnectiveOperatorType Defines the default set of values possible for operators with which to join different expressions together such as "and", "or".EvaluationContextFactory Factory for retrievingEvaluationContext
s for theRuleEvaluationService
.ExpressionContext Intended to hold relevant information required to evaluate an expression or group of expressions.ExpressionVariable Implementations of this class are to be used as expression variables such as in SpEL expression.LocaleExpressionVariable Common operations for locale comparisonMapAccessor Extension of Spring's MapAccessor to not throw an exception if a map doesn't contain a key.MoneyExpressionVariable Common, null-safe, operations for theMonetaryAmount
fields.ObjectExpressionVariable General object utilitiesRuleBuilderParserProperties External configuration properties for Rule Builder's expression parser.RuleEvaluationService Intended to provide a means to evaluate rule builder expressions written in some expression language.RulesEngineAutoConfiguration Auto configuration entry point for the rules engine librarySpelExpressionContext Adds additional context for SpEL expressions.SpelRuleEvaluationService Default implementation ofRuleEvaluationService
that takes the configuredExpressionParser
to parse SpELExpression
s with caching for expressions andEvaluationContexts
.StandardExpressionContext Standard implementation ofExpressionContext
for use when evaluating expressions.StandardSpelExpressionContext Standard implementation ofSpelExpressionContext
for use when evaluating SpEL expressions.StringExpressionVariable Common, null-safe, string operations