Skip to main content

SpELInverse

Defined in: expr/src/functions/spel.ts:27

Inverse of defaultSpELSerializers for the import direction (parsing). operators maps SpEL arithmetic node types (op-plus/op-minus/op-divide/op-multiply/op-modulus) to fn keys, functions maps static/bare call names (T(java.lang.Math).abs(...), myFunc(...)) to fn keys, and methods maps instance method names (.toUpperCase()) to fn keys.

Properties

functions

functions: Record<string, string>

Defined in: expr/src/functions/spel.ts:29


methods

methods: Record<string, string>

Defined in: expr/src/functions/spel.ts:30


operators

operators: Record<string, string>

Defined in: expr/src/functions/spel.ts:28


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.