See: Description
Class | Description |
---|---|
AbstractExpressionParser |
An expression parser that parses Ognl expressions.
|
AbstractGetValueExpression |
Trivial helper for concrete expression types that do not support setting their values.
|
CollectionAddingExpression |
A settable expression that adds non-null values to a collection.
|
CompositeStringExpression |
Evaluates an array of expressions to build a concatenated string.
|
FluentParserContext |
Default implementation of the ParserContext interface that has a fluent API for building parser context attributes.
|
LiteralExpression | |
NullParserContext |
A null object implementation of ParserContext.
|
StaticExpression |
A simple expression evaluator that just returns a fixed result on each evaluation.
|