Skip to main content

defaultSpELSerializers

const defaultSpELSerializers: SQLSerializerRegistry

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

Built-in "spel" (Spring Expression Language) expression serializers. Arithmetic and mod use native infix operators; abs/min/max delegate to java.lang.Math; upper/lower use String#toUpperCase()/toLowerCase().


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.