FeelContext

Context for FEEL expression evaluation.

Contexts hold variables that can be referenced in expressions. FEEL variables are case-sensitive.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun clear()

Clear all variables.

Link copied to clipboard

Get a variable value.

Link copied to clipboard

Get all variable names.

Link copied to clipboard

Get a variable value or null if not found.

Link copied to clipboard

Check if variable exists.

Link copied to clipboard

Remove a variable.

Link copied to clipboard
fun setVariable(name: String, value: Any?)

Set a variable value.

Link copied to clipboard

Create a FEEL context literal from this variable context.