SpelLogicalExpressionParser

Logical expression parser for Spring Expression Language (SpEL). SPEL expressions are prefixed with "spel:".

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun parse(expression: String): LogicalExpression?

Parse the given expression string into a LogicalExpression. Returns null if the expression cannot be parsed. Typically, there is a prefix or syntax that the parser recognizes.