Feel Context
class FeelContext
Context for FEEL expression evaluation.
Contexts hold variables that can be referenced in expressions. FEEL variables are case-sensitive.
Functions
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
Set a variable value.
Link copied to clipboard
Create a FEEL context literal from this variable context.