Versions in this module Expand all Collapse all v0 v0.0.2 Dec 16, 2024 v0.0.1 Dec 16, 2024 Changes in this version + type Bracket struct + type CompositeStringExpression struct + ExpressionString string + Expressions []Expression + func (c *CompositeStringExpression) GetExpressionString() string + func (c *CompositeStringExpression) GetValue() interface{} + func (c *CompositeStringExpression) GetValueContext(context spel.EvaluationContext) interface{} + type Expression interface + GetExpressionString func() string + GetValue func() interface{} + GetValueContext func(context spel.EvaluationContext) interface{} + type ExpressionParser interface + DoParseExpression func(var1 string) Expression + ParseExpression func(var1 string) Expression + type InternalSpelExpressionParser struct + Configuration SpelParserConfiguration + func (i *InternalSpelExpressionParser) DoParseExpression(expressionString string) Expression + type LiteralExpression struct + func (l *LiteralExpression) GetExpressionString() string + func (l *LiteralExpression) GetValue() interface{} + func (l *LiteralExpression) GetValueContext(context spel.EvaluationContext) interface{} + type ParserContext interface + type SpelExpressionParser struct + type TemplateAwareExpressionParser struct + func (s *TemplateAwareExpressionParser) DoParseExpression(expressionString string) Expression + func (t *TemplateAwareExpressionParser) ParseExpression(expressionString string) Expression + type TemplateParserContext struct + type Value interface